Skip to content

Commit 4e5380f

Browse files
committed
fix(ci): fix dependabot configuration for golang
1 parent b4c9987 commit 4e5380f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/dependabot.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ updates:
66
schedule:
77
interval: daily
88
- package-ecosystem: gomod
9-
directories: "/functions/*"
9+
directories:
10+
- "/functions/*/"
1011
schedule:
1112
interval: daily
1213
- package-ecosystem: terraform

0 commit comments

Comments
 (0)