aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Ben Kochie <superq@gmail.com> 2024-04-10 13:17:16 +0200
committerGravatar GitHub <noreply@github.com> 2024-04-10 13:17:16 +0200
commit5da316e95ebf33a3c44f59f65bce964f5a6c2565 (patch)
treef19e843f60da2aa7cfe41538292baf5714bde995
parent5a52707c1962c915caea8a7c8e600cbe76836c98 (diff)
downloadcoredns-5da316e95ebf33a3c44f59f65bce964f5a6c2565.tar.gz
coredns-5da316e95ebf33a3c44f59f65bce964f5a6c2565.tar.zst
coredns-5da316e95ebf33a3c44f59f65bce964f5a6c2565.zip
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>
-rw-r--r--.github/dependabot.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 69c884aee..fdb5058f3 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -5,6 +5,13 @@ updates:
directory: "/"
schedule:
interval: "weekly"
+ groups:
+ k8s.io:
+ patterns:
+ - "k8s.io/*"
+ go.etcd.io:
+ patterns:
+ - "go.etcd.io/etcd/*"
- package-ecosystem: "github-actions"
directory: "/"