From 80545b3ace117110bf4fe78939942cfac6d744f6 Mon Sep 17 00:00:00 2001 From: Gareth Flowers Date: Sat, 30 Apr 2022 23:20:21 +0100 Subject: [PATCH] chore(github): adds reviewers to dependabot --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9552de0..d46ba8a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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"