From 4285be006269e3659c207c7d600f8d40882777bd Mon Sep 17 00:00:00 2001 From: andyzhangx Date: Sat, 23 Nov 2024 03:31:55 +0000 Subject: [PATCH] chore: update dependabot --- .github/dependabot.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 169ffc64e2f..bcfd4e3a0bd 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -9,6 +9,14 @@ updates: - "release-note-none" - "ok-to-test" open-pull-requests-limit: 1 + groups: + k8s: + applies-to: version-updates + patterns: + - "*" + update-types: + - "patch" + - "minor" - package-ecosystem: "github-actions" directory: "/" schedule: @@ -22,7 +30,10 @@ updates: directory: "/cmd/smbplugin/" schedule: interval: "daily" + time: "01:00" + timezone: "Asia/Shanghai" labels: - "area/dependency" - "release-note-none" - "ok-to-test" + - "kind/cleanup"