diff --git a/renovate.json b/renovate.json index af987958c..6531c7e3c 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 } ] }