From c80a7558650b516d4615c2e02be6983d27635d3b Mon Sep 17 00:00:00 2001 From: Ryan Ling Date: Thu, 17 Oct 2024 19:59:40 +1100 Subject: [PATCH] Unblock pnpm upgrades Reminder to revert #134 once we have an upstream fix. --- default.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/default.json b/default.json index 4eb1bc5..98cae08 100644 --- a/default.json +++ b/default.json @@ -278,13 +278,6 @@ "matchManagers": ["dockerfile"], "schedule": ["before 7:00 on Monday"], "prPriority": 99 - }, - { - "matchDepTypes": ["packageManager"], - "matchManagers": ["npm"], - "matchDepNames": ["pnpm"], - - "allowedVersions": "<= 9.12.0" } ], "branchConcurrentLimit": null,