From 3a0fb840e8412060f175d521531d4772512d6478 Mon Sep 17 00:00:00 2001 From: Carolyn Van Slyck Date: Mon, 10 Oct 2022 09:47:06 -0500 Subject: [PATCH] Open dependabot PRs with a well-known label MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit By default dependabot wants to label its pull requests with a label named "dependacies". Instead what is happening since we don't have that label is that it is picking up on the first label with "dependencies" in it, which is pep003-advanced-dependencies. Oops. I've created a dependabot 🤖 label and this updates dependabot to apply that instead. Signed-off-by: Carolyn Van Slyck --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b8d9be857..251b5a153 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,3 +10,5 @@ updates: schedule: interval: weekly day: sunday + labels: + - "dependabot 🤖"