Skip to content

Commit

Permalink
docs: matchFiles also matches lock files
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed May 24, 2023
1 parent c8f4935 commit a894b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config/options/index.ts
Expand Up @@ -1296,7 +1296,7 @@ const options: RenovateOptions[] = [
{
name: 'matchFiles',
description:
'List of strings to do an exact match against package files with full path. Only works inside a `packageRules` object.',
'List of strings to do an exact match against package and lock files with full path. Only works inside a `packageRules` object.',
type: 'array',
subType: 'string',
stage: 'repository',
Expand Down

0 comments on commit a894b75

Please sign in to comment.