Browse Source

Specify Labels for npm Updates

This brings the labels in line with the other dependency updates that
aren't of interest for the release notes. It also avoids adding labels
that aren't already defined by the project.
Josh Cummings 1 year ago
parent
commit
78fd8bf3b7
1 changed files with 15 additions and 0 deletions
  1. 15 0
      .github/dependabot.yml

+ 15 - 0
.github/dependabot.yml

@@ -164,24 +164,39 @@ updates:
     directory: /
     directory: /
     schedule:
     schedule:
       interval: weekly
       interval: weekly
+    labels:
+      - 'type: task'
+      - 'in: build'
 
 
   - package-ecosystem: npm
   - package-ecosystem: npm
     target-branch: main
     target-branch: main
     directory: /docs
     directory: /docs
     schedule:
     schedule:
       interval: weekly
       interval: weekly
+    labels:
+      - 'type: task'
+      - 'in: build'
   - package-ecosystem: npm
   - package-ecosystem: npm
     target-branch: 6.3.x
     target-branch: 6.3.x
     directory: /docs
     directory: /docs
     schedule:
     schedule:
       interval: weekly
       interval: weekly
+    labels:
+      - 'type: task'
+      - 'in: build'
   - package-ecosystem: npm
   - package-ecosystem: npm
     target-branch: 6.2.x
     target-branch: 6.2.x
     directory: /docs
     directory: /docs
     schedule:
     schedule:
       interval: weekly
       interval: weekly
+    labels:
+      - 'type: task'
+      - 'in: build'
   - package-ecosystem: npm
   - package-ecosystem: npm
     target-branch: 5.8.x
     target-branch: 5.8.x
     directory: /docs
     directory: /docs
     schedule:
     schedule:
       interval: weekly
       interval: weekly
+    labels:
+      - 'type: task'
+      - 'in: build'