Skip to content

Commit

Permalink
feat(23779)!: drop lerna support
Browse files Browse the repository at this point in the history
Closes #23779
  • Loading branch information
rarkins committed Aug 24, 2023
1 parent acdd430 commit 8fde02b
Show file tree
Hide file tree
Showing 16 changed files with 14 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 @@ -817,7 +817,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 8fde02b

Please sign in to comment.