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