From 6b870d767806120a64bea5f943864ec67587a323 Mon Sep 17 00:00:00 2001 From: Centaur AI Date: Thu, 11 Jun 2026 18:03:24 +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 34ef648..bd9e6aa 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 7f69a6738201510dc87a97216015ea64f33414dc Mon Sep 17 00:00:00 2001 From: Centaur AI Date: Thu, 11 Jun 2026 18:06:45 +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 bd9e6aa..02b248b 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