From 5a0e47db5edc45d4300cc6615d7821e261a4af33 Mon Sep 17 00:00:00 2001 From: Joel Challis 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 123014908bebbfb7ecfa1d15daaceb272fabe05b..562d671c8ed9c3b74fcca1dcf80f3a49f81528ea 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"