Skip to content

Commit

Permalink
docs: updateLockFiles is npm only (#29488)
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Jun 7, 2024
1 parent 7973dbf commit 2556c94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/config/options/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -968,6 +968,7 @@ const options: RenovateOptions[] = [
description: 'Set to `false` to disable lock file updating.',
type: 'boolean',
default: true,
supportedManagers: ['npm'],
},
{
name: 'skipInstalls',
Expand Down

0 comments on commit 2556c94

Please sign in to comment.