From 3a70554e2fc44ceaaac6be24a08fa1c19828782a Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Wed, 23 Sep 2026 16:30:24 +0300 Subject: [PATCH] Update the self-hosted Renovate runner monthly Upstream Renovate releases several times a day, which produced about 45 runner bump commits per month. Staying on the very latest version brings little benefit, so these updates now happen once a month. Co-Authored-By: Claude Opus 5.5 (1M context) --- .github/renovate.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 9cb716426..1b653e3bb 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -97,7 +97,7 @@ "automergeType": "branch" }, { - "description": "Automerge updates of the self-hosted Renovate runner (via branch push - no PR)", + "description": "Automerge updates of the self-hosted Renovate runner (via branch push - no PR). Monthly, since upstream releases several times a day and staying on the very latest version brings little benefit.", "matchManagers": [ "custom.regex" ], @@ -105,6 +105,9 @@ "matrix-renovate-runner" ], "allowedVersions": "!/^44\\.64\\.0$/", + "schedule": [ + "* 0-5 1 * *" + ], "automerge": true, "automergeType": "branch" },