From 827e6f8c074b14d299b5255b074a002a2a4468a1 Mon Sep 17 00:00:00 2001 From: Zach Aller Date: Fri, 19 Jul 2024 14:01:30 -0500 Subject: [PATCH] dependabot groups (#19) Signed-off-by: Zach Aller --- .github/dependabot.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index aad738c7..35a1a16e 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -4,6 +4,12 @@ updates: directory: "/" schedule: interval: "daily" + groups: + k8s-deps: + patterns: + - "k8s.io/api" # a single dependency name + - "k8s.io/apimachinery" + - "k8s.io/client-go" - package-ecosystem: "github-actions" directory: "/"