Allow dependabot to check GitHub actions daily

This commit is contained in:
John Losito 2020-10-19 17:16:22 -04:00 committed by Rémi Verschelde
parent 42b90fe9a6
commit fbc5214dd5
No known key found for this signature in database
GPG Key ID: C3336907360768E1

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

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