mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 08:44:17 -04:00
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>
This commit is contained in:
7
.github/dependabot.yml
vendored
7
.github/dependabot.yml
vendored
@@ -5,6 +5,13 @@ updates:
|
|||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
|
groups:
|
||||||
|
k8s.io:
|
||||||
|
patterns:
|
||||||
|
- "k8s.io/*"
|
||||||
|
go.etcd.io:
|
||||||
|
patterns:
|
||||||
|
- "go.etcd.io/etcd/*"
|
||||||
|
|
||||||
- package-ecosystem: "github-actions"
|
- package-ecosystem: "github-actions"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
|
|||||||
Reference in New Issue
Block a user