Allow dependabot to check actions (#28159)

This commit is contained in:
John Losito 2020-12-14 08:16:45 -05:00 committed by GitHub
parent 8587e9fe6c
commit ebb8b4286b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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