From 334ec5d97c6bbd94d7b02dd0b5f98e8aa4f720bc Mon Sep 17 00:00:00 2001 From: Blake Li Date: Mon, 15 Sep 2025 15:45:23 -0400 Subject: [PATCH] chore: Ignore PR limites in renovate.json --- renovate.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index aacfaebeb..38fdb78eb 100644 --- a/renovate.json +++ b/renovate.json @@ -111,5 +111,7 @@ "dependencyDashboard": true, "dependencyDashboardLabels": [ "type: process" - ] + ], + "prConcurrentLimit": 0, + "prHourlyLimit": 0 }