Create Dependabot config file

This commit is contained in:
dependabot-preview[bot] 2020-06-09 20:23:23 +00:00 committed by Deirdre Connolly
parent 1179d50fa8
commit c933a8eb85
1 changed files with 22 additions and 0 deletions

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

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