mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-12 02:19:44 +00:00
Merge pull request #4037 from nextcloud/fix/4034/renovate2ndTry
Block fido updates (again)
This commit is contained in:
commit
861a89efeb
@ -146,7 +146,7 @@ ext {
|
||||
coilKtVersion = "2.7.0"
|
||||
daggerVersion = "2.51.1"
|
||||
emojiVersion = "1.4.0"
|
||||
fidoVersion = "4.4.0"
|
||||
fidoVersion = "4.1.0-patch2"
|
||||
lifecycleVersion = '2.8.4'
|
||||
okhttpVersion = "4.12.0"
|
||||
markwonVersion = "4.6.2"
|
||||
|
@ -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
|
||||
}
|
||||
],
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user