diff options
author | QMK Bot <hello@qmk.fm> | 2022-07-21 20:24:51 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-07-21 20:24:51 +0000 |
commit | d681eac0ad5a5431f257fa5c05b983c640bfba7e (patch) | |
tree | 0e3ad7ee97e93417e900e4d607be26e862209c66 /.github/dependabot.yml | |
parent | bfed88dba21c2b6f4286fe932e9875137c7d5e20 (diff) | |
parent | 5a0e47db5edc45d4300cc6615d7821e261a4af33 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r-- | .github/dependabot.yml | 3 |
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" |