Skip to content

Commit db008a9

Browse files
committed
chore(ci/dependabot): add Dependabot config
1 parent 59f4d4d commit db008a9

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.dependabot/config.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 1
2+
update_configs:
3+
- package_manager: 'javascript'
4+
directory: '/'
5+
update_schedule: 'live'
6+
version_requirement_updates: increase_versions
7+
automerged_updates:
8+
- match:
9+
dependency_type: 'development'
10+
update_type: 'all'
11+
- match:
12+
dependency_type: 'production'
13+
update_type: 'all'

0 commit comments

Comments
 (0)