Update path to Dockerfiles in dependabot.yml
This commit is contained in:
parent
e8c4ce995c
commit
4dc79833da
1 changed files with 10 additions and 1 deletions
11
.github/dependabot.yml
vendored
11
.github/dependabot.yml
vendored
|
@ -10,7 +10,16 @@ updates:
|
|||
- "fguillot"
|
||||
|
||||
- package-ecosystem: "docker"
|
||||
directory: "/"
|
||||
directory: "/packaging/docker/alpine"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
reviewers:
|
||||
- "fguillot"
|
||||
assignees:
|
||||
- "fguillot"
|
||||
|
||||
- package-ecosystem: "docker"
|
||||
directory: "/packaging/docker/distroless"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
reviewers:
|
||||
|
|
Loading…
Add table
Reference in a new issue