From 21cfbae431ac590a4f9e9e271e5b22b2ec2bfd5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Levasseur?= Date: Fri, 31 May 2024 13:22:23 -0400 Subject: [PATCH] chore: tag pnpm version in renovate file (#315) --- renovate.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/renovate.json b/renovate.json index 33472e21..e8a157a4 100644 --- a/renovate.json +++ b/renovate.json @@ -47,6 +47,10 @@ "matchPackageNames": ["zod"], "allowedVersions": "3.22.4" }, + { + "matchPackageNames": ["pnpm"], + "allowedVersions": "9.1.0" + }, { "matchFileNames": ["**"], "matchPackagePatterns": ["*"],