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"