Skip to content

Commit aeeea9c

Browse files
authored
include all directories with go.mod
1 parent 9923ca3 commit aeeea9c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
version: 2
22
updates:
33
- package-ecosystem: "go"
4-
directory: "/"
4+
directories:
5+
- "/"
6+
- "/internal/examples"
7+
- "/internal/thirdparty"
58
schedule:
69
interval: "weekly"

0 commit comments

Comments
 (0)