Allow dependabot to check GitHub actions daily

This commit is contained in:
John Losito 2020-10-19 17:25:15 -04:00
parent 39fa27a2dc
commit b379081934

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

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