When using pnpm configDependencies values in pnpm-workspace.yaml the renovate pnpm install (install-tool pnpm {version}) fails (times out) and PRs are not automatically created.
This reproduction uses @pnpm/plugin-better-defaults as a config dependency which runs pnpm install hooks, however, any value for configDependencies will cause this issue.
The pnpm install in renovate should pass successfully and branches should continue to be created.
configDependencies hooks may or may not be run, but having them in the pnpm-workspace should at least not break the renovate install.