Files
element-call/renovate.json

12 lines
291 B
JSON
Raw Normal View History

2023-08-30 08:52:59 +00:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
2023-08-30 14:42:58 +01:00
"extends": ["config:base"],
"packageRules": [
{
"description": "Disable renoavte for packages we want to monitor ourselves",
"matchPackagePatterns": ["matrix-js-sdk"],
"enabled": false
}
2023-08-30 08:52:59 +00:00
]
}