Dependabot: Fix directories.
This commit is contained in:
parent
ef20eb2c9c
commit
4e73d536ac
1 changed files with 5 additions and 2 deletions
7
.github/dependabot.yml
vendored
7
.github/dependabot.yml
vendored
|
@ -14,7 +14,8 @@ updates:
|
|||
- "minor"
|
||||
- "patch"
|
||||
- package-ecosystem: "docker"
|
||||
directory: "/images"
|
||||
directories:
|
||||
- "**/rootfs"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
labels:
|
||||
|
@ -27,7 +28,9 @@ updates:
|
|||
- "minor"
|
||||
- "patch"
|
||||
- package-ecosystem: "gomod"
|
||||
directory: "/"
|
||||
directories:
|
||||
- "/"
|
||||
- "**/rootfs"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
labels:
|
||||
|
|
Loading…
Reference in a new issue