From 52357f752227871edd8d473f4a0023d3539442b9 Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Mon, 25 Oct 2021 20:22:51 -0400 Subject: [PATCH] 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 --- .github/dependabot.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 48463382c..07a7153ca 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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"