Configure grouped PRs for dependabot

This commit is contained in:
Daz DeBoer 2023-07-07 14:22:10 -06:00 committed by daz
parent bde650d6f1
commit f807993b34
No known key found for this signature in database

View file

@ -10,12 +10,27 @@ updates:
directory: "/"
schedule:
interval: "weekly"
groups:
github-actions:
patterns:
- "*"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
ignore:
- dependency-name: "@types/node"
groups:
runtime-dependencies:
patterns:
- "@actions/*"
- "@octokit/rest"
- "string-argv"
dev-dependencies:
patterns:
- "*"
- package-ecosystem: "gradle"
directory: ".github/workflow-samples/gradle-plugin"
registries: