From 7e9384ed56e1207a37045c11c77d3e19847ca1d4 Mon Sep 17 00:00:00 2001 From: Morre Date: Sat, 8 Feb 2025 13:30:30 +0100 Subject: [PATCH] ci: disable renovate limiting Since updates might sometimes be blocked by other updates that are rate-limited, we're disabling the rate limiting. --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 33808470..12088b08 100644 --- a/renovate.json +++ b/renovate.json @@ -6,7 +6,8 @@ "replacements:all", "workarounds:all", "helpers:pinGitHubActionDigests", - ":ignoreModulesAndTests" + ":ignoreModulesAndTests", + ":disableRateLimiting" ], "dependencyDashboard": true, "platformAutomerge": true,