From a894b750e57f59fba534d4fe39d76b019baf6e88 Mon Sep 17 00:00:00 2001 From: Rhys Arkins Date: Wed, 24 May 2023 06:01:47 +0200 Subject: [PATCH] docs: matchFiles also matches lock files --- lib/config/options/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config/options/index.ts b/lib/config/options/index.ts index 149a9ecc82140b..b4d072920a6c0b 100644 --- a/lib/config/options/index.ts +++ b/lib/config/options/index.ts @@ -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',