Whalebird-desktop-client-ma.../renovate.json

20 lines
373 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"prConcurrentLimit": 20,
"prHourlyLimit": 20,
"packageRules": [
{
"groupName": "Next.js and React.js major",
"matchPackageNames": [
"next",
"react"
],
"matchUpdateTypes": ["major"],
"enabled": false
}
]
}