Skip to content

Commit 5a29659

Browse files
authored
Allowing dependabot to update GH Actions (#43)
1 parent fa43f8c commit 5a29659

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,9 @@ updates:
44
directory: "/"
55
insecure-external-code-execution: allow
66
schedule:
7-
interval: "daily"
7+
interval: "daily"
8+
9+
- package-ecosystem: "github-actions"
10+
directory: "/.github"
11+
schedule:
12+
interval: "daily"

0 commit comments

Comments
 (0)