From 282a60df4e24628aef1c29ccad052785e380a148 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niko=20B=C3=B6ckerman?= Date: Mon, 23 Feb 2026 20:16:59 +0200 Subject: [PATCH] Configure Renovate to make <=1 commits per hour This should reduce CI executions and rebases as previous commit has managed to complete CI before next and may also have gotten merged by then. --- .github/renovate.json5 | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 3074a7e..62f5ca4 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -7,6 +7,7 @@ "security:minimumReleaseAgeNpm", ], + commitHourlyLimit: 1, conan: { enabled: true, },