Skip to content

Commit

Permalink
docs: updateLockFiles is npm only (renovatebot#29488)
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins authored and kosmoz committed Jun 12, 2024
1 parent 26c5800 commit bca4c80
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 bca4c80

Please sign in to comment.