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.
This commit is contained in:
Devin Buhl
2024-04-09 02:39:29 -04:00
committed by GitHub
parent 1bfaf7b142
commit 0ce7e74614
+1 -1
View File
@@ -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": [