Skip to content

Commit 84a64aa

Browse files
authored
Allow dependabot to check github actions (#171)
1 parent d5fee36 commit 84a64aa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/dependabot.yml

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
---
22
version: 2
33
updates:
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
49
- package-ecosystem: "gomod"
510
directory: "/"
611
schedule:

0 commit comments

Comments
 (0)