Explorar o código

disable fido

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger hai 10 meses
pai
achega
4b708092e6
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      renovate.json5

+ 3 - 2
renovate.json5

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