Skip to content

Commit

Permalink
Dependabot: Fix directories.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gacko committed Sep 30, 2024
1 parent ef20eb2 commit 4e73d53
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ updates:
- "minor"
- "patch"
- package-ecosystem: "docker"
directory: "/images"
directories:
- "**/rootfs"
schedule:
interval: "weekly"
labels:
Expand All @@ -27,7 +28,9 @@ updates:
- "minor"
- "patch"
- package-ecosystem: "gomod"
directory: "/"
directories:
- "/"
- "**/rootfs"
schedule:
interval: "weekly"
labels:
Expand Down

0 comments on commit 4e73d53

Please sign in to comment.