CI: Add `dependabot.yml`

This commit is contained in:
Einherjar 2023-09-08 05:47:19 -04:00 committed by GitHub
parent f8d7bcfce2
commit 36a294b018
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"