Skip to content

Commit 164c23b

Browse files
committed
fix: dependabot should update /cmd, not /cmd/car
1 parent 68c0071 commit 164c23b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ updates:
99
schedule:
1010
interval: "weekly"
1111
- package-ecosystem: "gomod"
12-
directory: "/cmd/car"
12+
directory: "/cmd"
1313
schedule:
1414
interval: "weekly"

0 commit comments

Comments
 (0)