From ffb7400a221b5686b0e1ef57f7e83514eb1cbee5 Mon Sep 17 00:00:00 2001 From: Tunglies <77394545+Tunglies@users.noreply.github.com> Date: Fri, 31 Oct 2025 00:11:55 +0800 Subject: [PATCH] fix: add updateCargoLock to postUpdateOptions in renovate.json --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 7df27b15..3aa47244 100644 --- a/renovate.json +++ b/renovate.json @@ -42,6 +42,6 @@ "groupName": "github actions" } ], - "postUpdateOptions": ["pnpmDedupe"], + "postUpdateOptions": ["pnpmDedupe", "updateCargoLock"], "ignoreDeps": ["criterion"] }