Skip to content

Commit 8590eae

Browse files
committed
Make Dependabot watch github actions
1 parent 7cae74b commit 8590eae

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/dependabot.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
version: 2
22
updates:
3-
# Dependencies listed in go.mod
4-
- package-ecosystem: "gomod"
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "monthly"
7+
- package-ecosystem: "gomod" # Dependencies listed in go.mod
58
directory: "/" # Location of package manifests
69
schedule:
710
interval: "weekly"

0 commit comments

Comments
 (0)