From 67844fca30f55ea39e0141f6766346e74854834c Mon Sep 17 00:00:00 2001 From: Andy Zhang Date: Tue, 17 Dec 2024 11:16:46 +0800 Subject: [PATCH] Revert "Group all deps update into one pr." --- .github/dependabot.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 3a2ed8b9e..75fe5d98e 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -10,10 +10,10 @@ updates: - "ok-to-test" open-pull-requests-limit: 1 groups: - all: + k8s: applies-to: version-updates patterns: - - "*" + - "k8s.io*" update-types: - "patch" - "minor"