From e24860137165ca32a942dc9b9f2e0d39a413c84a Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Thu, 4 Jun 2020 17:21:44 -0400 Subject: [PATCH] Specify GitHub label for dependabot pull requests --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 60fa0ee1a..60ea4b1ea 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,3 +7,5 @@ updates: directory: "/" schedule: interval: "daily" + labels: + - "chore-dependabot"