Skip to content

Commit 57a30f7

Browse files
authored
Merge pull request #3477 from buildkite/split-dependabot-containers
Split Dependabot container updates
2 parents f853564 + d4b5418 commit 57a30f7

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ version: 2
22
updates:
33
- package-ecosystem: docker
44
directories:
5-
- /.buildkite
65
- /packaging/docker/alpine
76
- /packaging/docker/alpine-k8s
87
- /packaging/docker/sidecar
@@ -15,6 +14,16 @@ updates:
1514
container-images:
1615
patterns:
1716
- "*"
17+
18+
- package-ecosystem: docker
19+
directories:
20+
- /.buildkite
21+
schedule:
22+
interval: weekly
23+
groups:
24+
container-images:
25+
patterns:
26+
- "*"
1827

1928
- package-ecosystem: gomod
2029
directory: /

0 commit comments

Comments
 (0)