From cec5c7e0750924164564cb124c17d60a44218c0a Mon Sep 17 00:00:00 2001 From: Mikalai Radchuk Date: Fri, 19 Jul 2024 11:31:10 +0200 Subject: [PATCH] Add dependabot K8s dependencies group Signed-off-by: Mikalai Radchuk --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 615dfde2..e989b29e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,3 +8,8 @@ updates: directory: "/" schedule: interval: "daily" + groups: + k8s-dependencies: + patterns: + - "k8s.io/*" + - "sigs.k8s.io/*"