Create dependabot.yml

This commit is contained in:
Mitchell Hashimoto
2022-11-17 10:21:31 -08:00
committed by GitHub
parent 6ac00e43bd
commit 055808be2b

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

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