element-call-Github/renovate.json

12 lines
291 B
JSON
Raw Normal View History

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-08-30 16:52:59 +08:00
]
}