Skip to content

Commit

Permalink
Let dapendabot to auto-update docker for release 3.4&3.5.
Browse files Browse the repository at this point in the history
Signed-off-by: Lan Liang <gcslyp@gmail.com>
  • Loading branch information
liangyuanpeng committed Mar 19, 2024
1 parent 3191002 commit 178f409
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,15 @@ updates:
directory: /
schedule:
interval: weekly

- package-ecosystem: docker
directory: /
target-branch: "release-3.4"
schedule:
interval: weekly

- package-ecosystem: docker
directory: /
target-branch: "release-3.5"
schedule:
interval: weekly

0 comments on commit 178f409

Please sign in to comment.