Add Dependabot for GitHub Actions (#162)

This commit is contained in:
Peter Goldstein 2022-06-22 04:40:28 -07:00 committed by GitHub
parent 02fb930fc9
commit eb3b2e0d2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"