From 0bf330dd564b0ade9fae5e4ff6b61ea900aa9142 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ma=C5=82ek?= Date: Thu, 12 Sep 2024 16:36:06 +0200 Subject: [PATCH] chore: group dependabot k8s libs bumps --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2473b53778..3832d6e4f4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,17 @@ updates: interval: daily labels: - dependencies + groups: + # Specify a name for the group, which will be used in pull request titles and branch names + k8s.io: + # Define patterns to include dependencies in the group (based on dependency name) + applies-to: version-updates # Applies the group rule to version updates + patterns: + - "k8s.io/*" + exclude-patterns: + - k8s.io/klog/* + - k8s.io/utils + - k8s.io/kube-openapi - package-ecosystem: gomod directory: /third_party/ schedule: