mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 00:18:27 +00:00
Amend dependabot branch format (#7148)
This commit is contained in:
parent
fc8c15c0d1
commit
0d255d2252
1 changed files with 8 additions and 0 deletions
8
.github/dependabot.yml
vendored
8
.github/dependabot.yml
vendored
|
|
@ -8,6 +8,10 @@ updates:
|
|||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
pull-request-branch-name:
|
||||
# Default is "/" which makes "docker tag" fail with
|
||||
# "not a valid repository/tag: invalid reference format".
|
||||
separator: "-"
|
||||
# Maintain dependencies for Dockerfiles
|
||||
- package-ecosystem: "docker"
|
||||
directory: "/"
|
||||
|
|
@ -16,3 +20,7 @@ updates:
|
|||
reviewers:
|
||||
- "@fleetdm/go"
|
||||
- "@fleetdm/infra"
|
||||
pull-request-branch-name:
|
||||
# Default is "/" which makes "docker tag" fail with
|
||||
# "not a valid repository/tag: invalid reference format".
|
||||
separator: "-"
|
||||
|
|
|
|||
Loading…
Reference in a new issue