Because the author of the vitest PR used the semantic commit naming convention, Renovate now thinks our entire repo uses semantic commits and has renamed all of its PRs.
27 lines
671 B
JSON
27 lines
671 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:base"],
|
|
"packageRules": [
|
|
{
|
|
"description": "Disable renoavte for packages we want to monitor ourselves",
|
|
"matchPackagePatterns": ["matrix-js-sdk"],
|
|
"enabled": false
|
|
}
|
|
],
|
|
"semanticCommits": "disabled",
|
|
"ignoreDeps": [
|
|
"@react-aria/button",
|
|
"@react-aria/focus",
|
|
"@react-aria/menu",
|
|
"@react-aria/overlays",
|
|
"@react-aria/select",
|
|
"@react-aria/tabs",
|
|
"@react-aria/tooltip",
|
|
"@react-aria/utils",
|
|
"@react-stately/collections",
|
|
"@react-stately/select",
|
|
"@react-stately/tooltip",
|
|
"@react-stately/tree"
|
|
]
|
|
}
|