From 04ec71af5e83113f548f4259efc3e185f6bc1e62 Mon Sep 17 00:00:00 2001 From: Joe Julian Date: Wed, 30 Aug 2023 16:24:15 -0700 Subject: [PATCH] use dependabot's group support for k8s.io dependencies Signed-off-by: Joe Julian --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 415599673..970569e27 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,14 @@ updates: directory: "/" schedule: interval: "daily" + groups: + k8s.io: + patterns: + - "k8s.io/*" + exclude-patterns: + - "k8s.io/utils" + - "k8s.io/klog/v2" + - "k8s.io/kube-openapi" - package-ecosystem: "github-actions" directory: "/" schedule: