https://github.com/thasmo/renovate-pnpm-lockfile
https://github.com/thasmo/renovate-pnpm-lockfile
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thasmo/renovate-pnpm-lockfile
- Owner: thasmo
- Created: 2024-12-03T19:18:35.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-24T03:56:19.000Z (4 months ago)
- Last Synced: 2025-01-24T04:25:29.891Z (4 months ago)
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 32552
## Current behavior
When using `pnpm` as package manager, any successive renovate run
(except the initial run, which creates a PR)
**will not update** the version of the dependency (`renovate`) in the
**`pnpm-lockfile.yaml`** file, and therefore will be
**out of sync with the PR title**.* PR Title: `chore(deps): update dependency renovate to v39.48.0`
* File Change: `[email protected]:`## Expected behavior
When using `pnpm` as package manager, any successive renovate run
(including the initial run, which creates a PR)
**will update** the version of the dependency (`renovate`) in the
`pnpm-lockfile.yaml` file, and therefore will be **in sync**
with the PR title.* PR Title: `chore(deps): update dependency renovate to v39.48.0`
* File Change: `[email protected]:`## Link to the Renovate issue or Discussion
https://github.com/renovatebot/renovate/discussions/32552