disable fido

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2024-07-29 15:43:20 +02:00
parent 98f836172b
commit 4b708092e6
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B

View File

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