From af0f89f88f4c8c8ab891591115f3ecc786d976b7 Mon Sep 17 00:00:00 2001 From: ihiverlet <94982379+ihiverlet@users.noreply.github.com> Date: Mon, 2 Dec 2024 12:13:04 +0100 Subject: [PATCH] Update renovate.json --- renovate.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/renovate.json b/renovate.json index a1ab5a60..bbf57112 100644 --- a/renovate.json +++ b/renovate.json @@ -2,6 +2,8 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["config:recommended", ":disableDependencyDashboard"], "bumpVersion": "patch", + "prHourlyLimit": 30, + "prConcurrentLimit": 100, "helmv3": { "enabled": true }