Merge pull request #4037 from nextcloud/fix/4034/renovate2ndTry

Block fido updates (again)
This commit is contained in:
Andy Scherzinger 2024-07-29 15:44:01 +02:00 committed by GitHub
commit 861a89efeb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 3 deletions

View File

@ -146,7 +146,7 @@ ext {
coilKtVersion = "2.7.0" coilKtVersion = "2.7.0"
daggerVersion = "2.51.1" daggerVersion = "2.51.1"
emojiVersion = "1.4.0" emojiVersion = "1.4.0"
fidoVersion = "4.4.0" fidoVersion = "4.1.0-patch2"
lifecycleVersion = '2.8.4' lifecycleVersion = '2.8.4'
okhttpVersion = "4.12.0" okhttpVersion = "4.12.0"
markwonVersion = "4.6.2" markwonVersion = "4.6.2"

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
} }
], ],
} }