Browse Source

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 years ago
parent
commit
3cf178654c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      renovate.json

+ 2 - 1
renovate.json

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