Dependabot: Fix directories.
This commit is contained in:
parent
6e4f97f535
commit
c665752e30
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"
|
- "minor"
|
||||||
- "patch"
|
- "patch"
|
||||||
- package-ecosystem: "docker"
|
- package-ecosystem: "docker"
|
||||||
directory: "/images"
|
directories:
|
||||||
|
- "**/rootfs"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
labels:
|
labels:
|
||||||
|
@ -27,7 +28,9 @@ updates:
|
||||||
- "minor"
|
- "minor"
|
||||||
- "patch"
|
- "patch"
|
||||||
- package-ecosystem: "gomod"
|
- package-ecosystem: "gomod"
|
||||||
directory: "/"
|
directories:
|
||||||
|
- "/"
|
||||||
|
- "**/rootfs"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
labels:
|
labels:
|
||||||
|
|
Loading…
Reference in a new issue