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.
2 parents 2421ada + 9083c53 commit cde3779Copy full SHA for cde3779
.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:
@@ -18,3 +26,14 @@ updates:
26
27
28
29
+- package-ecosystem: "docker"
30
+ directory: "./"
31
+ schedule:
32
+ interval: "daily"
33
+ time: "01:00"
34
+ timezone: "Asia/Shanghai"
35
+ labels:
36
+ - "area/dependency"
37
+ - "release-note-none"
38
+ - "ok-to-test"
39
+ - "kind/cleanup"
0 commit comments