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

20 lines
373 B
JSON
Raw Permalink Normal View History

2023-12-02 08:00:09 +01:00
{
"$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
}
2023-12-02 08:00:09 +01:00
]
}