Add multi-ecosystem group to Dependabot config

This commit is contained in:
Parker Brown
2025-07-11 12:31:03 -07:00
parent 93c1f04d6f
commit cfb49a3e58
+12 -6
View File
@@ -1,16 +1,22 @@
version: 2 version: 2
multi-ecosystem-groups:
minor-and-patch:
schedule:
interval: 'quarterly'
updates: updates:
- package-ecosystem: 'npm' - package-ecosystem: 'npm'
directory: '/' directory: '/'
schedule: patterns: ['*']
interval: 'monthly' multi-ecosystem-group: 'minor-and-patch'
groups: groups:
production-dependencies: production:
dependency-type: 'production' dependency-type: 'production'
update-types: update-types:
- minor - minor
- patch - patch
development-dependencies: development:
dependency-type: 'development' dependency-type: 'development'
update-types: update-types:
- minor - minor
@@ -21,8 +27,8 @@ updates:
include: 'scope' include: 'scope'
- package-ecosystem: 'github-actions' - package-ecosystem: 'github-actions'
directory: '/' directory: '/'
schedule: patterns: ['*']
interval: 'monthly' multi-ecosystem-groups: 'minor-and-patch'
groups: groups:
github-actions: github-actions:
update-types: update-types: