From 591b0585d10751ddf68467f17d96ad61ce41afae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20Michon?= Date: Mon, 30 Aug 2021 10:10:08 +0200 Subject: [PATCH] feat(dependabot): Monthly + EtienneM assigned to review as owner of the project --- .github/dependabot.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 472bc29e..3bc656fc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,8 @@ updates: - package-ecosystem: "gomod" directory: "/" schedule: - interval: "weekly" - day: "monday" + interval: "monthly" allow: - dependency-type: "all" + reviewers: + - "EtienneM"