Browse Source

ci: block autoMerge for fido

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 11 tháng trước cách đây
mục cha
commit
432868e9d2
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      renovate.json5

+ 6 - 0
renovate.json5

@@ -9,4 +9,10 @@
     "dependencies",
     "3. to review"
   ],
+  "packageRules": [
+    {
+      "matchPackageNames": ["com.github.nextcloud-deps.hwsecurity"],
+      "autoMerge": false
+    }
+  ],
 }