Merge pull request #107 from actions/dependabot-grouping

Update Dependabot config to group non-breaking changes
This commit is contained in:
James M. Greene
2024-01-31 11:26:00 -06:00
committed by GitHub
+6
View File
@@ -4,8 +4,14 @@ updates:
directory: "/"
schedule:
interval: "weekly"
groups:
non-breaking-changes:
update-types: [minor, patch]
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
non-breaking-changes:
update-types: [minor, patch]