Allow dependabot to check github actions (#1604)

This commit is contained in:
John Losito
2021-09-13 15:52:30 -04:00
committed by GitHub
parent 4e39a4b825
commit bd63da680d

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

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