chore(renovate): 🔨 modify renovate config

This commit is contained in:
Dawn
2025-10-16 09:22:33 +08:00
parent 6235a0ad24
commit 3465303ece
2 changed files with 7 additions and 2 deletions

7
renovate.json vendored
View File

@@ -53,7 +53,12 @@
"matchManagers": ["npm", "cargo"]
},
{
"matchManagers": ["npm", "cargo"],
"matchManagers": ["npm"],
"rangeStrategy": "bump"
},
{
"matchManagers": ["cargo"],
"matchPaths": ["src-tauri/**"],
"rangeStrategy": "replace"
}
],

File diff suppressed because one or more lines are too long