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 f7dcdcf commit c6f36cfCopy full SHA for c6f36cf
1 file changed
.github/dependabot.yml
@@ -1,17 +1,43 @@
1
version: 2
2
updates:
3
+ - package-ecosystem: "docker"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "weekly"
7
+ cooldown:
8
+ default-days: 7
9
+ groups:
10
+ docker:
11
+ patterns:
12
+ - '*'
13
- package-ecosystem: "gomod"
14
directory: "/"
15
schedule:
16
interval: "daily"
- open-pull-requests-limit: 5
17
18
19
groups:
20
k8s:
21
patterns:
22
- k8s.io/api*
23
- k8s.io/client-go
24
+ - package-ecosystem: "gomod"
25
26
27
28
29
30
31
+ gomod:
32
33
34
- package-ecosystem: github-actions
35
36
37
38
39
40
41
+ gha:
42
43
0 commit comments