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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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": [