From a50c3891fe09d0cf965e7bbdbb5dbd588cc32062 Mon Sep 17 00:00:00 2001 From: Lumpiasty Date: Wed, 26 Mar 2025 00:40:11 +0100 Subject: [PATCH] increase pr hourly limit --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 623bd28..ff3ff1b 100644 --- a/renovate.json +++ b/renovate.json @@ -5,5 +5,6 @@ }, "flux": { "fileMatch": ["infra/.+\\.yaml$", "apps/.+\\.yaml$"] - } + }, + "prHourlyLimit": 9 }