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:
Ben Kochie
2024-04-10 13:17:16 +02:00
committed by GitHub
parent 5a52707c19
commit 5da316e95e

View File

@@ -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: "/"