fix: update serde_yaml to deprecated version and adjust range strategy in renovate configuration

This commit is contained in:
Tunglies
2025-06-05 14:51:04 +08:00
parent e1dac63f69
commit bf868e0ae2
3 changed files with 58 additions and 55 deletions

View File

@@ -14,7 +14,7 @@
"**/crate/**",
"shared/**"
],
"rangeStrategy": "replace",
"rangeStrategy": "bump",
"packageRules": [
{
"semanticCommitType": "chore",
@@ -37,5 +37,6 @@
"groupName": "npm dependencies"
}
],
"postUpdateOptions": ["pnpmDedupe"]
"postUpdateOptions": ["pnpmDedupe"],
"ignoreDeps": ["serde_yaml"]
}