From d62db8ba36ccff10194a307755f782f1f4e44d41 Mon Sep 17 00:00:00 2001 From: Alexis Couvreur Date: Sun, 9 Feb 2025 07:12:56 -0800 Subject: [PATCH] chore(dependabot): use group for k8s.io packages (#510) --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5a1cdea..db44a2f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,6 +8,16 @@ updates: - "/plugins/traefik" schedule: interval: "daily" + groups: + k8s.io: + patterns: + - "k8s.io/api" + - "k8s.io/apiextensions-apiserver" + - "k8s.io/apimachinery" + - "k8s.io/apiserver" + - "k8s.io/cli-runtime" + - "k8s.io/client-go" + - "k8s.io/kubectl" assignees: - "acouvreur"