github: add dependabot for checking actions versions

This commit is contained in:
Valentin Tolmer 2021-11-29 09:37:05 +01:00 committed by nitnelave
parent 6191fb226a
commit f152a78cb6

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

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