ci: Automatically watch for updates on github actions

This commit is contained in:
Tyler Wilding 2020-10-05 18:48:22 -04:00 committed by refractionpcsx2
parent 9c17d7687a
commit bd1cc9b4f4
1 changed files with 8 additions and 0 deletions

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

@ -0,0 +1,8 @@
# Set update schedule for GitHub Actions
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"