From 45082df54fd43d8606892754fa62ec9d71fcfb95 Mon Sep 17 00:00:00 2001 From: Chris Doherty Date: Sun, 31 Mar 2024 20:04:31 -0500 Subject: [PATCH] Reduce gomod updates to once a week Signed-off-by: Chris Doherty --- .github/dependabot.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 03a8604..4bcfb2e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,19 +16,7 @@ updates: directory: "/" schedule: interval: "weekly" - day: "monday" - time: "03:52" - timezone: "America/New_York" - reviewers: - - chrisdoherty4 - - jacobweinstock - open-pull-requests-limit: 10 - - - package-ecosystem: "gomod" - directory: "/" - schedule: - interval: "weekly" - day: "thursday" + day: "friday" time: "03:52" timezone: "America/New_York" reviewers: