Merge pull request #91 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:51 -06:00
committed by GitHub

View File

@@ -4,3 +4,6 @@ updates:
directory: "/" directory: "/"
schedule: schedule:
interval: "weekly" interval: "weekly"
groups:
non-breaking-changes:
update-types: [minor, patch]