From 8a60734071cdfeca99bebfa90e33f97ea1075e86 Mon Sep 17 00:00:00 2001 From: Christopher Allen Date: Tue, 2 Nov 2021 18:33:49 +0000 Subject: [PATCH] chore: Update dependabot labelling config (#5664) Label all dependabot PRs as "PR: dependencies", following @rachel-fenichel's recent rationalisation of issue/PR labels. --- .github/dependabot.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index db0a1674e..d4de6a15f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -19,5 +19,4 @@ updates: commit-message: prefix: "chore(deps)" labels: - - "chore" - - "dependencies" + - "PR: dependencies"