Browse Source

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

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 6 months ago
parent
commit
c37a491ec4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      renovate.json5

+ 1 - 1
renovate.json5

@@ -11,7 +11,7 @@
   ],
   "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,
 	  "enabled": false
     }