chore(github): adds reviewers to dependabot
This commit is contained in:
parent
f7ea9ae881
commit
80545b3ace
1 changed files with 4 additions and 0 deletions
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
|
@ -2,6 +2,8 @@ version: 2
|
|||
updates:
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
reviewers:
|
||||
- "garethflowers"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
- package-ecosystem: "docker"
|
||||
|
@ -9,5 +11,7 @@ updates:
|
|||
include: "scope"
|
||||
prefix: "chore"
|
||||
directory: "/"
|
||||
reviewers:
|
||||
- "garethflowers"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
|
|
Loading…
Reference in a new issue