Update dependabot config to group packages (& include actions eco) (#3880)

This commit is contained in:
Rob Herley
2025-01-13 12:20:02 -05:00
committed by GitHub
parent 1e10417be8
commit 7b5a02b0b6

View File

@@ -9,3 +9,15 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
groups:
gomod:
patterns:
- "*"
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: "weekly"
groups:
actions:
patterns:
- "*"