From 5860eff3900256c9d766bf83f2187f5f051621fa Mon Sep 17 00:00:00 2001 From: Fan Shang Xiang Date: Mon, 18 Mar 2024 15:40:07 +0800 Subject: [PATCH] Add group update policy for k8s.io dependencies --- .github/dependabot.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index d2f1d1e1f2..c02428d11f 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -9,6 +9,14 @@ updates: - "release-note-none" - "ok-to-test" open-pull-requests-limit: 2 + groups: + k8s: + applies-to: version-updates + patterns: + - "k8s.io*" + update-types: + - "patch" + - "minor" - package-ecosystem: "github-actions" directory: "/" schedule: