Skip to content

Commit 26db029

Browse files
committed
chore: support auto bump container images with dependabot.
Signed-off-by: Lan Liang <[email protected]>
1 parent 3fc8ef5 commit 26db029

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)