chore(github): adds reviewers to dependabot

This commit is contained in:
Gareth Flowers 2022-04-30 23:20:21 +01:00
parent f7ea9ae881
commit 80545b3ace

View file

@ -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"