mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-15 00:04:59 +08:00
e7b93680af
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"
|
|
]
|
|
}
|