From 9c53cf530885100b5f0c9acb915ab1fdd7c44671 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 09:31:16 +0000 Subject: [PATCH] chore(deps): update pnpm tool constraint to v11.13.1 --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 961da7b..ca99e92 100644 --- a/renovate.json +++ b/renovate.json @@ -2,6 +2,6 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [":disableRateLimiting", "config:js-app", ":semanticCommitTypeAll(chore)"], "labels": ["dependencies"], - "constraints": { "node": "24", "pnpm": "11.2.2" }, + "constraints": { "node": "24", "pnpm": "11.13.1" }, "minimumReleaseAge": "1 days" }