summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2022-07-21 21:24:07 +0100
committerGitHub <noreply@github.com>2022-07-21 21:24:07 +0100
commit5a0e47db5edc45d4300cc6615d7821e261a4af33 (patch)
treefce02009382f4bf21b426a52910faf14e48e3850 /.github
parent4ca99af8f5c5ba9adfbb0b8a23e19d21272f8b61 (diff)
Add reviewer/labels to dependabot PRs (#17743)
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 123014908b..562d671c8e 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -2,5 +2,8 @@ version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
+ labels: CI
+ reviewers:
+ - "qmk/collaborators"
schedule:
interval: "daily"