Skip renovate update for next and react major version

This commit is contained in:
AkiraFukushima 2023-12-28 00:17:20 +09:00
parent 8fa0658d0b
commit 617067fdfb
No known key found for this signature in database
GPG Key ID: B6E51BAC4DE1A957
1 changed files with 9 additions and 0 deletions

View File

@ -6,5 +6,14 @@
"prConcurrentLimit": 20,
"prHourlyLimit": 20,
"packageRules": [
{
"groupName": "Next.js and React.js major",
"matchPackageNames": [
"next",
"react"
],
"matchUpdateTypes": ["major"],
"enabled": false
}
]
}