An open API service indexing awesome lists of open source software.

https://github.com/thasmo/renovate-pnpm-lockfile


https://github.com/thasmo/renovate-pnpm-lockfile

Last synced: 4 months ago
JSON representation

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