It's part of React Spectrum, which we're trying to avoid updating at this time because we're phasing out usage of the libraries and upgrading them is painful.
28 lines
698 B
JSON
28 lines
698 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",
|
|
"@react-types/dialog"
|
|
]
|
|
}
|