fix: block automerge of jackson-core due to incompatibility at runtime

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2024-08-20 18:36:47 +02:00
parent 54a8b4224c
commit c37a491ec4
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -11,7 +11,7 @@
], ],
"packageRules": [ "packageRules": [
{ {
"matchPackageNames": ["com.github.nextcloud-deps.hwsecurity:hwsecurity-fido2", "com.github.nextcloud-deps.hwsecurity:hwsecurity-fido", "fidoVersion"], "matchPackageNames": ["com.fasterxml.jackson.core:jackson-core", "com.github.nextcloud-deps.hwsecurity:hwsecurity-fido2", "com.github.nextcloud-deps.hwsecurity:hwsecurity-fido", "fidoVersion"],
"automerge": false, "automerge": false,
"enabled": false "enabled": false
} }