From 03d3f7e5e24a8895953897786fcf8eb9975dd4a8 Mon Sep 17 00:00:00 2001 From: Christopher Horrell Date: Fri, 5 Jun 2026 16:36:02 -0400 Subject: [PATCH] chore: update dependabot schedule to daily for all ecosystems Co-Authored-By: Claude Sonnet 4.6 --- .github/dependabot.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9f5b805..09c6fe2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,8 +3,7 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" - day: "monday" + interval: "daily" time: "09:30" timezone: "America/Toronto" pull-request-branch-name: @@ -32,8 +31,7 @@ updates: - package-ecosystem: "docker" directory: "/" schedule: - interval: "weekly" - day: "monday" + interval: "daily" time: "09:55" timezone: "America/Toronto" pull-request-branch-name: @@ -47,8 +45,7 @@ updates: - package-ecosystem: "pre-commit" directory: "/" schedule: - interval: "weekly" - day: "monday" + interval: "daily" time: "10:00" timezone: "America/Toronto" pull-request-branch-name: