Browse Source

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

Block fido updates (again)
Andy Scherzinger 10 months ago
parent
commit
861a89efeb
2 changed files with 4 additions and 3 deletions
  1. 1 1
      app/build.gradle
  2. 3 2
      renovate.json5

+ 1 - 1
app/build.gradle

@@ -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"

+ 3 - 2
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
     }
   ],
 }