Explorar o código

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 %!s(int64=3) %!d(string=hai) anos
pai
achega
3cf178654c
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      renovate.json

+ 2 - 1
renovate.json

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