Renovate opens PRs that bump versions in package.json but never update pnpm-lock.yml, so CI fails on pnpm install --frozen-lockfile. Reported against the hosted WhiteSource Renovate app. The root cause was in package file matching: Renovate failed to recognize pnpm workspace package files when packageFilters used leading ./ paths, so it never ran the pnpm lockfile maintenance step.