Files
coredns/.github/dependabot.yml
Ben Kochie 5da316e95e Add dependabot groupings (#6598)
Add groupings for Go modules updates in dependabot. This will reduce the
number of PRs when projects update.
* `k8s.io/*`
* `go.etcd.io/etcd/*`

Signed-off-by: SuperQ <superq@gmail.com>
2024-04-10 13:17:16 +02:00

20 lines
344 B
YAML

version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
groups:
k8s.io:
patterns:
- "k8s.io/*"
go.etcd.io:
patterns:
- "go.etcd.io/etcd/*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"