Group dependabot updates into a single PR

This commit is contained in:
daz 2023-07-21 12:20:42 -06:00
parent 064a97fb0b
commit 9938a3cf2a
No known key found for this signature in database

View file

@ -4,9 +4,18 @@ updates:
directory: "/" directory: "/"
schedule: schedule:
interval: "weekly" interval: "weekly"
groups:
github-actions:
patterns:
- "*"
- package-ecosystem: "npm" - package-ecosystem: "npm"
directory: "/" directory: "/"
schedule: schedule:
interval: "weekly" interval: "weekly"
ignore: ignore:
- dependency-name: "@types/node" - dependency-name: "@types/node"
groups:
npm-dependencies:
patterns:
- "*"