Skip to content

Commit

Permalink
feat(lerna)!: remove explicit lerna support (#23907)
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Aug 28, 2023
1 parent 0578cdc commit 8737784
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 1,813 deletions.
2 changes: 1 addition & 1 deletion docs/usage/self-hosted-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ Secret names must start with an upper or lower case character and can have only

By default, Renovate will use the most efficient approach to updating package files and lock files, which in most cases skips the need to perform a full module install by the bot.
If this is set to false, then a full install of modules will be done.
This is currently applicable to `npm` and `lerna`/`npm` only, and only used in cases where bugs in `npm` result in incorrect lock files being updated.
This is currently applicable to `npm` only, and only used in cases where bugs in `npm` result in incorrect lock files being updated.

## token

Expand Down
2 changes: 1 addition & 1 deletion lib/config/options/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1014,7 +1014,7 @@ const options: RenovateOptions[] = [
{
name: 'updateInternalDeps',
description:
'Whether to update internal dep versions in a monorepo. Works on Lerna or Yarn Workspaces.',
'Whether to update internal dep versions in a monorepo. Works on Yarn Workspaces.',
type: 'boolean',
default: false,
stage: 'package',
Expand Down
Loading

0 comments on commit 8737784

Please sign in to comment.