Enable Dependabot auto-merge for all minor releases

This commit is contained in:
Sebastian Serth
2023-12-16 00:02:20 +01:00
parent 1912a91c03
commit 9541a73e1f

View File

@ -1,11 +1,3 @@
- match: - match:
dependency_type: all dependency_type: all
update_type: security:minor # includes patch updates!
- match:
dependency_type: development
update_type: semver:minor # includes patch updates! update_type: semver:minor # includes patch updates!
- match:
dependency_type: production
update_type: semver:patch