Skip to content

Commit

Permalink
Merge pull request #4037 from nextcloud/fix/4034/renovate2ndTry
Browse files Browse the repository at this point in the history
Block fido updates (again)
  • Loading branch information
AndyScherzinger authored Jul 29, 2024
2 parents 22148a8 + 4b70809 commit 861a89e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
5 changes: 3 additions & 2 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
],
}

0 comments on commit 861a89e

Please sign in to comment.