Update Dependabot config to group non-breaking changes

This commit is contained in:
James M. Greene
2024-01-31 00:31:50 -06:00
committed by GitHub
parent 87c3283f01
commit ace85779a4

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]