From 97fa8d70a7392a15449fc0ce9d480fc8ceb4e455 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Wed, 14 Oct 2020 14:40:34 -0700 Subject: [PATCH] Configure dependabot --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2d442c43d..043592772 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,10 +7,20 @@ version: 2 updates: - package-ecosystem: "npm" # See documentation for possible values directory: "/build/javascript" # Location of package manifests + open-pull-requests-limit: 3 schedule: interval: "daily" + reviewers: + - "gingervitis" + - "mattdsteele" + - "gabek" - package-ecosystem: "gomod" directory: "/" + open-pull-requests-limit: 3 schedule: interval: "daily" + reviewers: + - "gabek" + - "graywolf336" + - "geekgonecrazy"