]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Make dependabot labels consistent 251/head
authorQuinn Casey <quinn@quinncasey.com>
Thu, 10 Mar 2022 22:01:58 +0000 (14:01 -0800)
committerQuinn Casey <quinn@quinncasey.com>
Thu, 10 Mar 2022 22:01:58 +0000 (14:01 -0800)
.github/dependabot.yml

index 0d64b9a1559a3f7663f462bd3a602a44d67e2b23..38764f3eb09fcff69b89dd659c862564113a2777 100644 (file)
@@ -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"