We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f853564 + d4b5418 commit 57a30f7Copy full SHA for 57a30f7
1 file changed
.github/dependabot.yml
@@ -2,7 +2,6 @@ version: 2
2
updates:
3
- package-ecosystem: docker
4
directories:
5
- - /.buildkite
6
- /packaging/docker/alpine
7
- /packaging/docker/alpine-k8s
8
- /packaging/docker/sidecar
@@ -15,6 +14,16 @@ updates:
15
14
container-images:
16
patterns:
17
- "*"
+
18
+ - package-ecosystem: docker
19
+ directories:
20
+ - /.buildkite
21
+ schedule:
22
+ interval: weekly
23
+ groups:
24
+ container-images:
25
+ patterns:
26
+ - "*"
27
28
- package-ecosystem: gomod
29
directory: /
0 commit comments