Skip to content

Commit d403265

Browse files
authored
Merge pull request #864 from andyzhangx/update-dependabot
chore: update dependabot
2 parents fd195fe + 4285be0 commit d403265

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/dependabot.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ updates:
99
- "release-note-none"
1010
- "ok-to-test"
1111
open-pull-requests-limit: 1
12+
groups:
13+
k8s:
14+
applies-to: version-updates
15+
patterns:
16+
- "*"
17+
update-types:
18+
- "patch"
19+
- "minor"
1220
- package-ecosystem: "github-actions"
1321
directory: "/"
1422
schedule:
@@ -22,7 +30,10 @@ updates:
2230
directory: "/cmd/smbplugin/"
2331
schedule:
2432
interval: "daily"
33+
time: "01:00"
34+
timezone: "Asia/Shanghai"
2535
labels:
2636
- "area/dependency"
2737
- "release-note-none"
2838
- "ok-to-test"
39+
- "kind/cleanup"

0 commit comments

Comments
 (0)