From a52f8ccf8d3efea379561e65b8e0492a5ab92683 Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Sat, 6 Jun 2026 08:53:03 +0200 Subject: [PATCH] renovate: bump throttle 8/8 -> 16/16 26 items sat in dashboard "Rate-Limited" after the first default-allow run (Sat 02:00); at 8 PRs/run + 1 run/week the backlog would take ~3 weeks to drain. Doubling to 16/16 cuts that to ~2 runs while still leaving headroom (the dashboard "Pending Approval" majors and ghcr.io "Pending Status Checks" don't count against this limit anyway). Co-Authored-By: Claude Opus 4.7 (1M context) --- admin-system/renovate.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin-system/renovate.yaml b/admin-system/renovate.yaml index 191c846..6db701a 100644 --- a/admin-system/renovate.yaml +++ b/admin-system/renovate.yaml @@ -44,8 +44,8 @@ data: "requireConfig": "optional", "dependencyDashboard": true, "dependencyDashboardTitle": "Renovate Dependency Dashboard", - "prHourlyLimit": 8, - "prConcurrentLimit": 8, + "prHourlyLimit": 16, + "prConcurrentLimit": 16, "enabledManagers": ["kubernetes", "helm-values"], "kubernetes": { "managerFilePatterns": ["/.+\\.ya?ml$/"]