From 7282219d3f588ae0b475f68b3aab16357684acb1 Mon Sep 17 00:00:00 2001 From: John Boyes Date: Fri, 14 Aug 2020 20:35:57 +0700 Subject: [PATCH] Set reviewer for all Dependabot PRs (#52) This is to ensure that the core maintainer gets notified when Dependabot creates a PR. See: https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#reviewers --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5020241..1bc6e74 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,3 +12,5 @@ updates: labels: - "dependencies" - "patch" + reviewers: + - "johnboyes"