Browse Source

Add reviewer/labels to dependabot PRs (#17743)

Joel Challis 3 years ago
parent
commit
5a0e47db5e
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .github/dependabot.yml

+ 3 - 0
.github/dependabot.yml

@@ -2,5 +2,8 @@ version: 2
 updates:
   - package-ecosystem: "github-actions"
     directory: "/"
+    labels: CI
+    reviewers:
+      - "qmk/collaborators"
     schedule:
       interval: "daily"