Create Dependabot config file
This commit is contained in:
parent
431f194c0f
commit
78f09c5360
|
|
@ -0,0 +1,26 @@
|
||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: cargo
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: daily
|
||||||
|
timezone: America/New_York
|
||||||
|
open-pull-requests-limit: 10
|
||||||
|
reviewers:
|
||||||
|
- dconnolly
|
||||||
|
assignees:
|
||||||
|
- dconnolly
|
||||||
|
ignore:
|
||||||
|
- dependency-name: tokio-util
|
||||||
|
versions:
|
||||||
|
- ">= 0.3.a, < 0.4"
|
||||||
|
- package-ecosystem: github-actions
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: daily
|
||||||
|
timezone: America/New_York
|
||||||
|
open-pull-requests-limit: 10
|
||||||
|
reviewers:
|
||||||
|
- dconnolly
|
||||||
|
assignees:
|
||||||
|
- dconnolly
|
||||||
Loading…
Reference in New Issue