From 7541c1334af484b3a880e2ee8d4a852b040d7f74 Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Tue, 11 Aug 2020 19:41:29 -0400 Subject: [PATCH] s/infrastructure/A-infrastructure (#883) * s/infrastructure/A-infrastructure * Add A-dependencies, A-rust labels * Rearrange --- .github/dependabot.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 89656aff..48463382 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,6 +10,10 @@ updates: - dconnolly assignees: - dconnolly + labels: + - "A-infrastructure" + - "A-dependencies" + - "A-rust" ignore: - dependency-name: tokio-util versions: @@ -25,4 +29,5 @@ updates: assignees: - dconnolly labels: - - "infrastructure" + - "A-infrastructure" + - "A-dependencies"