We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd195fe commit 4285be0Copy full SHA for 4285be0
.github/dependabot.yaml
@@ -9,6 +9,14 @@ updates:
9
- "release-note-none"
10
- "ok-to-test"
11
open-pull-requests-limit: 1
12
+ groups:
13
+ k8s:
14
+ applies-to: version-updates
15
+ patterns:
16
+ - "*"
17
+ update-types:
18
+ - "patch"
19
+ - "minor"
20
- package-ecosystem: "github-actions"
21
directory: "/"
22
schedule:
@@ -22,7 +30,10 @@ updates:
30
directory: "/cmd/smbplugin/"
23
31
24
32
interval: "daily"
33
+ time: "01:00"
34
+ timezone: "Asia/Shanghai"
25
35
labels:
26
36
- "area/dependency"
27
37
28
38
39
+ - "kind/cleanup"
0 commit comments