From: Quinn Casey Date: Thu, 10 Mar 2022 22:01:58 +0000 (-0800) Subject: Make dependabot labels consistent X-Git-Tag: beta-1.6.1~119^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F251%2Fhead;p=thirdparty%2Fpaperless-ngx.git Make dependabot labels consistent --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0d64b9a155..38764f3eb0 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"