Skip to content

Commit

Permalink
feat(npm)!: drop explicit lerna support (#24542)
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Sep 27, 2023
1 parent 02f827d commit c11170f
Show file tree
Hide file tree
Showing 17 changed files with 10 additions and 1,782 deletions.
2 changes: 1 addition & 1 deletion docs/usage/self-hosted-configuration.md
Expand Up @@ -857,7 +857,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
Expand Up @@ -1025,7 +1025,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

This file was deleted.

0 comments on commit c11170f

Please sign in to comment.