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"