1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2024-12-12 16:57:03 +01:00
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
}
]
}