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 cc2f58d commit 878f43eCopy full SHA for 878f43e
.github/dependabot.yml
@@ -0,0 +1,35 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "github-actions"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "weekly"
7
+ - package-ecosystem: "gomod"
8
9
+ groups:
10
+ k8s.io:
11
+ patterns:
12
+ - "k8s.io/*"
13
+ open-pull-requests-limit: 10
14
15
+ interval: "daily"
16
17
18
19
20
21
22
23
24
25
+ target-branch: release-1.31
26
27
28
29
30
31
32
33
34
35
+ target-branch: release-1.30
0 commit comments