From 2630baa326e727d650925bda9c0e3a3da7edbfe5 Mon Sep 17 00:00:00 2001 From: andyzhangx Date: Sat, 23 Nov 2024 09:20:06 +0000 Subject: [PATCH] chore: update dependabot --- .github/dependabot.yaml | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 14632645..7a1a3e08 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -8,7 +8,15 @@ updates: - "area/dependency" - "release-note-none" - "ok-to-test" - open-pull-requests-limit: 10 + open-pull-requests-limit: 1 + groups: + k8s: + applies-to: version-updates + patterns: + - "*" + update-types: + - "patch" + - "minor" - package-ecosystem: "github-actions" directory: "/" schedule: @@ -17,4 +25,15 @@ updates: - "area/dependency" - "release-note-none" - "ok-to-test" - open-pull-requests-limit: 10 + open-pull-requests-limit: 1 +- package-ecosystem: "docker" + directory: "./" + schedule: + interval: "daily" + time: "01:00" + timezone: "Asia/Shanghai" + labels: + - "area/dependency" + - "release-note-none" + - "ok-to-test" + - "kind/cleanup"