Skip to content

Commit

Permalink
Specifying directories for dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
bendbennett committed Dec 9, 2024
1 parent 389adfb commit 11ecf3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
version: 2
updates:
- package-ecosystem: "docker"
directory: "/docker/*"
directories:
- "/docker/*"
schedule:
interval: "daily"
- package-ecosystem: "gomod"
Expand Down

0 comments on commit 11ecf3e

Please sign in to comment.