소스 검색

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,