Skip to content

Commit

Permalink
fix: dependabot should update /cmd, not /cmd/car
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Apr 10, 2023
1 parent 68c0071 commit 164c23b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Expand Up @@ -9,6 +9,6 @@ updates:
schedule:
interval: "weekly"
- package-ecosystem: "gomod"
directory: "/cmd/car"
directory: "/cmd"
schedule:
interval: "weekly"

0 comments on commit 164c23b

Please sign in to comment.