Update Dependabot config to group non-breaking changes

This commit is contained in:
James M. Greene
2024-01-31 00:34:15 -06:00
committed by GitHub
parent 1f0c5cde4b
commit 02a1839bae

View File

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