From 0ce7e746140e384ad4ec65f37ce8e253f01393df Mon Sep 17 00:00:00 2001 From: Devin Buhl Date: Tue, 9 Apr 2024 02:39:29 -0400 Subject: [PATCH] chore: disable rate-limiting on renovate PR creation (#397) By default renovate rate limits itself, I feel this is safe to turn off and let's us get all the PRs at once. It also help in that I can help tweak the config further by seeing the PRs opened. --- renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json5 b/renovate.json5 index 1a15c004..57db2e19 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -1,6 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:recommended"], + "extends": ["config:recommended", ":disableRateLimiting"], "minimumReleaseAge": "5 days", "ignorePaths": ["**/front/**"], "postUpdateOptions": [