Add dependabot auto updates
This commit is contained in:
11
.github/auto-merge.yml
vendored
Normal file
11
.github/auto-merge.yml
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
- match:
|
||||
dependency_type: all
|
||||
update_type: security:minor # includes patch updates!
|
||||
|
||||
- match:
|
||||
dependency_type: development
|
||||
update_type: semver:minor # includes patch updates!
|
||||
|
||||
- match:
|
||||
dependency_type: production
|
||||
update_type: semver:patch
|
Reference in New Issue
Block a user