From 3bcdc4efe530870b3d996371ac59727033b0c95d Mon Sep 17 00:00:00 2001 From: Chris Doherty Date: Tue, 2 May 2023 08:00:57 -0500 Subject: [PATCH] Change dependabot frequencies to daily Signed-off-by: Chris Doherty --- .github/dependabot.yml | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d4618f914..ad43fbd8f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,24 +3,26 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" - day: "sunday" - time: "05:00" + interval: "daily" timezone: "America/New_York" + reviewers: + - chrisdoherty4 + - jacobweinstock - package-ecosystem: "gomod" directory: "/" schedule: - interval: "weekly" - day: "sunday" - time: "05:00" + interval: "daily" timezone: "America/New_York" - open-pull-requests-limit: 10 + reviewers: + - chrisdoherty4 + - jacobweinstock - package-ecosystem: "docker" directory: "/" schedule: - interval: "weekly" - day: "sunday" - time: "05:00" + interval: "daily" timezone: "America/New_York" + reviewers: + - chrisdoherty4 + - jacobweinstock