From 823c117b3a1f281b78c385340eca00f1631480c9 Mon Sep 17 00:00:00 2001 From: nicosampler Date: Wed, 2 Sep 2026 09:36:03 -0300 Subject: [PATCH] ci: drop the Renovate schedule The window was evaluated in UTC, so "before 6am" ran between 21:00 and 03:00 local, and a run had to land inside those six hours or nothing happened. Only one dependency is managed and prConcurrentLimit is 1, so there is nothing to batch and the window was buying nothing. --- .changeset/major-snails-arrive.md | 2 ++ renovate.json | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .changeset/major-snails-arrive.md diff --git a/.changeset/major-snails-arrive.md b/.changeset/major-snails-arrive.md new file mode 100644 index 0000000..a845151 --- /dev/null +++ b/.changeset/major-snails-arrive.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/renovate.json b/renovate.json index 73c231b..012d517 100644 --- a/renovate.json +++ b/renovate.json @@ -4,10 +4,9 @@ "description": [ "Follows the Splice tags and bumps the pin in templates/canton-barebones.config.json.", "Only that pin is managed, so the one PR Renovate can open is the Splice bump.", - "Inert until the Renovate GitHub App is installed on this repo." + "No schedule: with one dependency managed there is nothing to batch, so the PR opens as soon as a release shows up." ], "enabledManagers": ["custom.regex"], - "schedule": ["before 6am"], "dependencyDashboard": false, "prConcurrentLimit": 1, "reviewers": ["nicosampler", "pablofullana"],