disable renoavte for packages we want to monitor ourselves

This commit is contained in:
fkwp
2023-08-30 11:09:15 +02:00
committed by GitHub
parent d71264a1f2
commit 8ea086a971

View File

@@ -2,5 +2,12 @@
"$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
}
]
}