瀏覽代碼

fix(renovate): only enable cargo manager for tooling/cli

This disables updates for the templates - should be handled by the app/plugin instead
Lucas Nogueira 3 年之前
父節點
當前提交
3cf178654c
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      renovate.json

+ 2 - 1
renovate.json

@@ -76,7 +76,8 @@
       "lockFileMaintenance": {
         "enabled": true
       },
-      "rebaseConflictedPrs": false
+      "rebaseConflictedPrs": false,
+      "matchManagers": ["cargo"]
     },
     {
       "enabled": true,