From b207b7dba0c17ccb2432ec113ae63f481357638f Mon Sep 17 00:00:00 2001 From: Christopher Horrell Date: Fri, 21 Nov 2025 11:21:33 -0500 Subject: [PATCH] Update dependabot schedule --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3f5b3db..c9000ae 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,13 +4,21 @@ updates: directory: "/" schedule: interval: "weekly" + day: "monday" + time: "09:30" + timezone: "America/Toronto" - package-ecosystem: "bundler" directory: "/" schedule: interval: "daily" + time: "09:55" + timezone: "America/Toronto" - package-ecosystem: "docker" directory: "/" schedule: interval: "weekly" + day: "monday" + time: "09:45" + timezone: "America/Toronto"