Merge pull request from h3poteto/reat/renovate-next

Skip renovate update for next and react major version
This commit is contained in:
AkiraFukushima 2023-12-28 00:38:41 +09:00 committed by GitHub
commit 063124ccae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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