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 7b686b0 commit cb8df3b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 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 All @@ -38,4 +41,3 @@ updates:
all:
update-types:
- "patch"

0 comments on commit cb8df3b

Please sign in to comment.