mirror of
https://github.com/coredns/coredns.git
synced 2025-12-06 02:15:11 -05:00
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>
20 lines
344 B
YAML
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"
|