From 296d1d1b610cf5250b85e77e818172a2f8edc656 Mon Sep 17 00:00:00 2001 From: Quinn Casey Date: Thu, 10 Mar 2022 14:01:58 -0800 Subject: [PATCH] Make dependabot labels consistent --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0d64b9a15..38764f3eb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,6 +11,9 @@ updates: # Check the npm registry for updates every week schedule: interval: "weekly" + labels: + - "frontend" + - "dependencies" # Enable version updates for Python - package-ecosystem: "pip" @@ -20,3 +23,6 @@ updates: # Check for updates once a week schedule: interval: "weekly" + labels: + - "backend" + - "dependencies"