mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-24 03:04:36 +03:00
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:
parent
445e05d9bd
commit
3cf178654c
@ -76,7 +76,8 @@
|
||||
"lockFileMaintenance": {
|
||||
"enabled": true
|
||||
},
|
||||
"rebaseConflictedPrs": false
|
||||
"rebaseConflictedPrs": false,
|
||||
"matchManagers": ["cargo"]
|
||||
},
|
||||
{
|
||||
"enabled": true,
|
||||
|
Loading…
Reference in New Issue
Block a user