Parcourir la source

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

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger il y a 6 mois
Parent
commit
c37a491ec4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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
     }