Skip to content

Commit cc31be9

Browse files
committed
Fix dependabot for gomod updates
We had some issues with our multi go mod setup for the interceptor, but this configuration might work. We had tried to fix it with commit 68f13da But either by mistake or some unknown reason we removed it here #353
1 parent 8c96b88 commit cc31be9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
version: 2
22
updates:
3+
- package-ecosystem: "gomod"
4+
directories:
5+
- "/"
6+
- "interceptor/"
7+
allow:
8+
- dependency-type: all
9+
schedule:
10+
interval: "daily"
311
- package-ecosystem: "docker"
412
directory: "/build"
513
labels:

0 commit comments

Comments
 (0)