Add dependabot (#374)

This commit is contained in:
Taro L. Saito 2023-01-27 20:35:48 -08:00 committed by GitHub
parent 4dc5112a5a
commit 5a46383c4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 week
interval: "weekly"