You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when dependencies shared between Yarn and pnpm projects are updated, only the Yarn lock file is being updated. This is because the repository uses a mixed package manager setup:
Root level and most projects use Yarn (packageManager: "[email protected]")
Background
Currently, when dependencies shared between Yarn and pnpm projects are updated, only the Yarn lock file is being updated. This is because the repository uses a mixed package manager setup:
Proposed Changes
Add the following configuration to
renovate.json
:This will explicitly enable both npm (yarn) and pnpm managers and ensure lock file maintenance is performed for both.
References
The text was updated successfully, but these errors were encountered: