fix: add updateCargoLock to postUpdateOptions in renovate.json

This commit is contained in:
Tunglies
2025-10-31 00:11:55 +08:00
Unverified
parent 4d5f1f4327
commit ffb7400a22

View File

@@ -42,6 +42,6 @@
"groupName": "github actions"
}
],
"postUpdateOptions": ["pnpmDedupe"],
"postUpdateOptions": ["pnpmDedupe", "updateCargoLock"],
"ignoreDeps": ["criterion"]
}