From 22b20f0e2dfb3cf6e764ca73c9ff6c6b7720cda6 Mon Sep 17 00:00:00 2001 From: Tariq Ibrahim Date: Wed, 17 Apr 2024 10:49:00 -0700 Subject: [PATCH] enable bumping k8s.io deps 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 ee23ed2e..56610d27 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: "github-actions" directory: "/"