Skip to content

Commit d3d05ee

Browse files
committed
build: Add dependabot config file
By telling it there are go.mod files in example/*, hopefully this will limit the need for commits where we run `go mod tidy` ourselves. Signed-off-by: Christophe Fergeau <[email protected]>
1 parent 7a59434 commit d3d05ee

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: gomod
4+
directory: "/"
5+
- package-ecosystem: gomod
6+
directory: "/example/gui-linux"
7+
- package-ecosystem: gomod
8+
directory: "/example/linux"
9+
- package-ecosystem: gomod
10+
directory: "/example/macos"
11+
- package-ecosystem: github-actions
12+
directory: "/"

0 commit comments

Comments
 (0)