From 4925303c00ee07f94f3c14dcadc36c5aaa053b1b Mon Sep 17 00:00:00 2001 From: Chris Doherty Date: Thu, 18 Jan 2024 15:25:28 -0600 Subject: [PATCH] Change dependency update frequency to once a week 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 03a8604a..81c44435 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: "/"