Skip to content

Commit

Permalink
include all directories with go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
matifali authored Sep 9, 2024
1 parent 9923ca3 commit aeeea9c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
version: 2
updates:
- package-ecosystem: "go"
directory: "/"
directories:
- "/"
- "/internal/examples"
- "/internal/thirdparty"
schedule:
interval: "weekly"

0 comments on commit aeeea9c

Please sign in to comment.