From 7b02d25f6c0ac3fb326956d88e41217ce736d6f5 Mon Sep 17 00:00:00 2001 From: Ben Kochie Date: Tue, 10 Feb 2026 17:27:02 +0100 Subject: [PATCH] Increase Renovate speed (#18052) * Allow Renovate to run all day on the monthly day. * Increase the max PRs from 10 to 20. * Incresae the PR open rate from 2 to 5. Signed-off-by: SuperQ --- renovate.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 350cfe2a0d..814193329a 100644 --- a/renovate.json +++ b/renovate.json @@ -9,11 +9,13 @@ "gomodTidy", "gomodUpdateImportPaths" ], - "schedule": ["* 11 21 * *"], + "schedule": ["* * 21 * *"], "timezone": "UTC", "github-actions": { "managerFilePatterns": ["scripts/**"] }, + "prConcurrentLimit": 20, + "prHourlyLimit": 5, "packageRules": [ { "description": "Don't update replace directives",