From 5a0e47db5edc45d4300cc6615d7821e261a4af33 Mon Sep 17 00:00:00 2001
From: Joel Challis <git@zvecr.com>
Date: Thu, 21 Jul 2022 21:24:07 +0100
Subject: [PATCH] Add reviewer/labels to dependabot PRs (#17743)

---
 .github/dependabot.yml | 3 +++
 1 file changed, 3 insertions(+)

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"