From ecf97419fff03aeaca880ebb404b078304dde2cc Mon Sep 17 00:00:00 2001 From: Centaur AI Date: Thu, 11 Jun 2026 18:03:27 +0000 Subject: [PATCH 1/2] fix: quote dependabot schedule time --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 34ef648e..bd9e6aaf 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ updates: schedule: interval: weekly day: monday - time: 09:00 + time: "07:00" timezone: UTC cooldown: default-days: 7 From f32b2b816101b2af6099446db06e007050abd4f0 Mon Sep 17 00:00:00 2001 From: Centaur AI Date: Thu, 11 Jun 2026 18:06:50 +0000 Subject: [PATCH 2/2] fix: set dependabot schedule time to 09:00 --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bd9e6aaf..02b248bd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ updates: schedule: interval: weekly day: monday - time: "07:00" + time: "09:00" timezone: UTC cooldown: default-days: 7