Add reviewer/labels to dependabot PRs (#17743)
This commit is contained in:
parent
4ca99af8f5
commit
5a0e47db5e
1 changed files with 3 additions and 0 deletions
3
.github/dependabot.yml
vendored
3
.github/dependabot.yml
vendored
|
@ -2,5 +2,8 @@ version: 2
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: "github-actions"
|
- package-ecosystem: "github-actions"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
|
labels: CI
|
||||||
|
reviewers:
|
||||||
|
- "qmk/collaborators"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
|
|
Loading…
Reference in a new issue