diff --git a/renovate.json b/renovate.json index e79e8e915..706dbd919 100644 --- a/renovate.json +++ b/renovate.json @@ -66,6 +66,11 @@ "matchManagers": ["github-actions"], "matchPackageNames": ["pnpm/action-setup"], "enabled": false + }, + { + "matchDepTypes": ["uses-with"], + "matchPackageNames": ["pnpm"], + "enabled": false } ] }