Create a dependabot.yml to update GitHub actions (#9)

This commit is contained in:
teor 2021-09-25 05:19:18 +10:00 committed by GitHub
parent b6f5cd01ea
commit 3e41f27b10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

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

@ -0,0 +1,12 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
timezone: America/New_York
open-pull-requests-limit: 10
reviewers:
- dconnolly
assignees:
- dconnolly