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

This disables updates for the templates - should be handled by the app/plugin instead
This commit is contained in:
Lucas Nogueira 2022-06-29 00:09:26 -03:00
parent 445e05d9bd
commit 3cf178654c
No known key found for this signature in database
GPG Key ID: FFEA6C72E73482F1

View File

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