Remove dconnolly as default assignee and reviewer on dependabot PRs, and make them low priority (#2951)
* Remove dconnolly as default assignee and reviewer on dependabot PRs * Assign dependabot PRs low priority by default Co-authored-by: teor <teor@riseup.net>
This commit is contained in:
parent
537c1e909e
commit
52357f7522
|
@ -6,14 +6,10 @@ updates:
|
|||
interval: daily
|
||||
timezone: America/New_York
|
||||
open-pull-requests-limit: 10
|
||||
reviewers:
|
||||
- dconnolly
|
||||
assignees:
|
||||
- dconnolly
|
||||
labels:
|
||||
- "A-infrastructure"
|
||||
- "A-dependencies"
|
||||
- "A-rust"
|
||||
- "P-Low"
|
||||
ignore:
|
||||
- dependency-name: tokio-util
|
||||
versions:
|
||||
|
@ -24,10 +20,7 @@ updates:
|
|||
interval: daily
|
||||
timezone: America/New_York
|
||||
open-pull-requests-limit: 10
|
||||
reviewers:
|
||||
- dconnolly
|
||||
assignees:
|
||||
- dconnolly
|
||||
labels:
|
||||
- "A-infrastructure"
|
||||
- "A-dependencies"
|
||||
- "P-Low"
|
||||
|
|
Loading…
Reference in New Issue