Skip to content

Commit 8f44587

Browse files
authored
ci: enable dependabot for Go modules (#53)
1 parent 58dc0b7 commit 8f44587

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
# Set update schedule for GitHub Actions
21
version: 2
32
updates:
43

54
- package-ecosystem: "github-actions"
65
directory: "/"
76
schedule:
87
interval: "weekly"
8+
9+
- package-ecosystem: "gomod"
10+
directory: "/"
11+
schedule:
12+
interval: "weekly"

0 commit comments

Comments
 (0)