mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Add daily migration updates for Docker dependencies in dependabot configuration
This commit is contained in:
parent
92d8af4a5b
commit
51f6cf570d
1 changed files with 15 additions and 0 deletions
15
.github/dependabot.yml
vendored
15
.github/dependabot.yml
vendored
|
|
@ -198,3 +198,18 @@ updates:
|
|||
commit-message:
|
||||
prefix: "deps/terraform"
|
||||
target-branch: "dev"
|
||||
|
||||
# Migration
|
||||
- package-ecosystem: "docker"
|
||||
directory: "/misc/migration"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
time: "09:00"
|
||||
timezone: "Europe/Paris"
|
||||
assignees:
|
||||
- "TheophileDiot"
|
||||
reviewers:
|
||||
- "TheophileDiot"
|
||||
commit-message:
|
||||
prefix: "deps/migration"
|
||||
target-branch: "dev"
|
||||
|
|
|
|||
Loading…
Reference in a new issue