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

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

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