nextcloud-talk-android/renovate.json5
Andy Scherzinger c37a491ec4
fix: block automerge of jackson-core due to incompatibility at runtime
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-08-20 18:36:47 +02:00

19 lines
506 B
Text

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":gitSignOff"
],
"timezone": "Europe/Berlin",
"labels": [
"dependencies",
"3. to review"
],
"packageRules": [
{
"matchPackageNames": ["com.fasterxml.jackson.core:jackson-core", "com.github.nextcloud-deps.hwsecurity:hwsecurity-fido2", "com.github.nextcloud-deps.hwsecurity:hwsecurity-fido", "fidoVersion"],
"automerge": false,
"enabled": false
}
],
}