Allow dependabot to check GitHub actions daily

This commit is contained in:
John Losito
2020-10-19 17:09:43 -04:00
parent a23d19e06a
commit a97fc3ffcd

6
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"