Sfoglia il codice sorgente

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 anni fa
parent
commit
3cf178654c
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      renovate.json

+ 2 - 1
renovate.json

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