diff options
-rw-r--r-- | .github/dependabot.yml | 7 |
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: "/" |