Skip to content

Commit 7400a1b

Browse files
authored
Add docker package ecosystem to Dependabot (#255)
1 parent 739791a commit 7400a1b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/dependabot.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,20 @@ updates:
1919
applies-to: version-updates
2020
patterns:
2121
- "*"
22+
23+
- package-ecosystem: docker
24+
directories:
25+
- /cmd/aws
26+
- /cmd/aws/ci
27+
- /cmd/gcp
28+
- /cmd/gcp/ci
29+
- /cmd/gcp/staging
30+
- /internal/hammer
31+
- /internal/hammer/ci
32+
schedule:
33+
interval: weekly
34+
groups:
35+
all-deps:
36+
applies-to: version-updates
37+
patterns:
38+
- "*"

0 commit comments

Comments
 (0)