Skip to content

Commit 8334158

Browse files
authored
Merge pull request #59 from spowelljr/autoUpdateGitHubActions
CI: Auto update GitHub Actions via Dependabot
2 parents b829ee0 + 1777a8e commit 8334158

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,8 @@ updates:
44
- package-ecosystem: "gomod"
55
directory: "/"
66
schedule:
7-
interval: "weekly"
7+
interval: "daily"
8+
- package-ecosystem: "github-actions"
9+
directory: "/"
10+
schedule:
11+
interval: "daily"

0 commit comments

Comments
 (0)