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:
|
updates:
|
||||||
- package-ecosystem: "github-actions"
|
- package-ecosystem: "github-actions"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
|
reviewers:
|
||||||
|
- "garethflowers"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
- package-ecosystem: "docker"
|
- package-ecosystem: "docker"
|
||||||
|
@ -9,5 +11,7 @@ updates:
|
||||||
include: "scope"
|
include: "scope"
|
||||||
prefix: "chore"
|
prefix: "chore"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
|
reviewers:
|
||||||
|
- "garethflowers"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
|
|
Loading…
Reference in a new issue