From 157a9b46fdfba96df3b01b5bae21f08cf1025fc8 Mon Sep 17 00:00:00 2001 From: Alan Agius <17563226+alan-agius4@users.noreply.github.com> Date: Fri, 1 Aug 2025 22:28:29 +0200 Subject: [PATCH] ci: enable pnpm updates With pnpm version 10, pnpm will download the appropriate version and thus no longer require to pin the version of pnpm in all repositories to that of the renovate GitHub action. --- renovate-presets/default.json5 | 1 - 1 file changed, 1 deletion(-) diff --git a/renovate-presets/default.json5 b/renovate-presets/default.json5 index dfcdf179e..d7baf1b97 100644 --- a/renovate-presets/default.json5 +++ b/renovate-presets/default.json5 @@ -134,7 +134,6 @@ 'node', 'bazel', // bazelisk bazel verison 'npm', - 'pnpm', 'rxjs', 'tslib', 'yarn',