Skip to content

Commit 33350b2

Browse files
authored
Merge pull request #4932 from liangyuanpeng/auto_bump_docker
chore: support auto bump container images with dependabot.
2 parents 8eb4322 + 26db029 commit 33350b2

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/dependabot.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,26 @@ updates:
1111
schedule:
1212
# Check for updates to GitHub Actions every week
1313
interval: "weekly"
14+
15+
- package-ecosystem: docker
16+
directory: /cluster/images/
17+
schedule:
18+
interval: weekly
19+
20+
- package-ecosystem: docker
21+
directory: /cluster/images/
22+
target-branch: "release-1.9"
23+
schedule:
24+
interval: weekly
25+
26+
- package-ecosystem: docker
27+
directory: /cluster/images/
28+
target-branch: "release-1.8"
29+
schedule:
30+
interval: weekly
31+
32+
- package-ecosystem: docker
33+
directory: /cluster/images/
34+
target-branch: "release-1.7"
35+
schedule:
36+
interval: weekly

0 commit comments

Comments
 (0)