From 540338fb146f5e5c8f6fb1ba97d32828520f7b5e Mon Sep 17 00:00:00 2001 From: Chris Doherty Date: Tue, 16 Jan 2024 08:26:23 -0600 Subject: [PATCH] Change gomod dependabot updates to once a week We aren't fast enough to justify twice a week updates and projects generally only release once a week anyway so any more is redundant. This changes Go updates to once a week on a Friday giving us the weekend opportunity to handle them. Signed-off-by: Chris Doherty --- .github/dependabot.yml | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 03a8604ab..81c444356 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,25 +16,13 @@ updates: directory: "/" schedule: interval: "weekly" - day: "monday" + day: "friday" time: "03:52" timezone: "America/New_York" reviewers: - chrisdoherty4 - jacobweinstock - open-pull-requests-limit: 10 - - - package-ecosystem: "gomod" - directory: "/" - schedule: - interval: "weekly" - day: "thursday" - time: "03:52" - timezone: "America/New_York" - reviewers: - - chrisdoherty4 - - jacobweinstock - open-pull-requests-limit: 10 + open-pull-requests-limit: 20 - package-ecosystem: "docker" directory: "/"