Allow dependabot to keep github actions up-to-date (#8540)

Merge pull request 8540
This commit is contained in:
John Losito 2021-01-12 18:50:20 -05:00 committed by GitHub
parent a80b131819
commit c4055cd3d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

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

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