Add dependabot for GitHub Actions

This will ensure that GitHub Actions stay up to date.  As the checkout action is currently out of date, Dependabot should open a PR to update it after this PR is merged.
This commit is contained in:
Peter Goldstein 2022-06-23 23:28:10 -07:00
parent c297afb13b
commit 9c6334c675
1 changed files with 6 additions and 0 deletions

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

@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"