Merge pull request #307 from actions/dependabot-grouping

Update Dependabot config to group non-breaking changes
This commit is contained in:
James M. Greene
2024-01-31 11:27:14 -06:00
committed by GitHub

View File

@@ -4,8 +4,14 @@ updates:
directory: '/'
schedule:
interval: 'weekly'
groups:
non-breaking-changes:
update-types: [minor, patch]
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'weekly'
groups:
non-breaking-changes:
update-types: [minor, patch]