diff --git a/renovate.json5 b/renovate.json5 index bb72d499b..f177497f9 100644 --- a/renovate.json5 +++ b/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 } ], }