Create dependabot.yml

This commit is contained in:
isaak654 2022-03-08 09:55:31 +01:00
parent ea773332ce
commit 144c4b3735
No known key found for this signature in database
GPG Key ID: 59D402040437EC44
1 changed files with 9 additions and 0 deletions

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

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