Enable Dependabot for GitHub Actions

This commit is contained in:
Richard Hansen 2021-11-29 20:35:29 -05:00
parent 306e46c21d
commit df459c1278
1 changed files with 7 additions and 0 deletions

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

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