Skip renovate update for next and react major version
This commit is contained in:
parent
8fa0658d0b
commit
617067fdfb
|
@ -6,5 +6,14 @@
|
|||
"prConcurrentLimit": 20,
|
||||
"prHourlyLimit": 20,
|
||||
"packageRules": [
|
||||
{
|
||||
"groupName": "Next.js and React.js major",
|
||||
"matchPackageNames": [
|
||||
"next",
|
||||
"react"
|
||||
],
|
||||
"matchUpdateTypes": ["major"],
|
||||
"enabled": false
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue