Check github actions weekly with dependabot (#11779)

* Check github actions weekly with dependabot

* Update dependabot.yml
This commit is contained in:
John Losito 2020-12-08 11:36:25 -05:00 committed by GitHub
parent 2c96c14021
commit c55dacf598
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

8
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,8 @@
# Set update schedule for GitHub Actions
# https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/keeping-your-actions-up-to-date-with-dependabot
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"