2023-08-30 16:52:59 +08:00
|
|
|
{
|
|
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
2023-08-30 21:42:58 +08:00
|
|
|
"extends": ["config:base"],
|
|
|
|
"packageRules": [
|
|
|
|
{
|
|
|
|
"description": "Disable renoavte for packages we want to monitor ourselves",
|
|
|
|
"matchPackagePatterns": ["matrix-js-sdk"],
|
|
|
|
"enabled": false
|
|
|
|
}
|
2023-11-30 05:45:59 +08:00
|
|
|
],
|
|
|
|
"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"
|
2023-08-30 16:52:59 +08:00
|
|
|
]
|
|
|
|
}
|