chore: Update and rename renovate.json to renovate.json5 (#245)

- json5 allows comments and trailing commas
- allows all PRs to be open instead of a couple 
- updates must be published upstream for 5 days before the PR is opened
(if supported by the renovate manager)
pull/246/head
Devin Buhl 3 weeks ago committed by GitHub
parent 8117dc9757
commit 10eb5a8d86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,6 +0,0 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}

@ -0,0 +1,5 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", ":disableRateLimiting"],
"minimumReleaseAge": "5 days"
}
Loading…
Cancel
Save