Skip to content

Commit c14402c

Browse files
Update dependencies automatically
1 parent 6077a81 commit c14402c

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.dependabot/config.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
version: 1
2+
3+
update_configs:
4+
- package_manager: javascript
5+
directory: /
6+
update_schedule: live
7+
allowed_updates:
8+
- match:
9+
dependency_type: "development"
10+
update_type: "all"
11+
- match:
12+
dependency_type: "production"
13+
update_type: "security"
14+
automerged_updates:
15+
- match:
16+
dependency_type: all
17+
update_type: in_range
18+
version_requirement_updates: widen_ranges

0 commit comments

Comments
 (0)