From 1c01f0f6f68ab07b718c82ed0479d9154826facc Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Fri, 24 Apr 2026 10:21:35 +0200 Subject: [PATCH] chore(renovate): disable pnpm/action-setup updates --- renovate.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/renovate.json b/renovate.json index 1e0591b79..893828558 100644 --- a/renovate.json +++ b/renovate.json @@ -56,6 +56,11 @@ { "matchPackageNames": ["@types/node"], "extends": ["schedule:quarterly"] + }, + { + "matchManagers": ["github-actions"], + "matchPackageNames": ["pnpm/action-setup"], + "enabled": false } ] }