From 0537b4288eda39da9bab98c2a397a675c6fbb9fa Mon Sep 17 00:00:00 2001 From: iorate <682043+iorate@users.noreply.github.com> Date: Sat, 11 Jul 2026 09:31:03 +0900 Subject: [PATCH] Change the Renovate schedule from 15:00 to 18:00 UTC Co-Authored-By: Claude Fable 5 --- .github/workflows/renovate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 5e2e446..cfa92fd 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -2,7 +2,7 @@ name: Renovate on: schedule: - - cron: "0 15 * * *" + - cron: "0 18 * * *" workflow_dispatch: permissions: {}