From 0c455320a660156ba75a0fb7d77bdd768424078b Mon Sep 17 00:00:00 2001 From: Tariq Ibrahim Date: Thu, 18 Apr 2024 10:28:03 -0700 Subject: [PATCH] enable k8s.io dependency updates via dependabot Signed-off-by: Tariq Ibrahim --- .github/dependabot.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4a1f2e94..f7f04fb1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,10 +9,14 @@ updates: schedule: interval: "weekly" day: "sunday" - ignore: - - dependency-name: k8s.io/* labels: - dependencies + groups: + k8sio: + patterns: + - k8s.io/* + exclude-patterns: + - k8s.io/klog/* - package-ecosystem: "docker" directory: "/deployments/container"