From 2556c947783a49590bdbf27ff1001ccee76f9646 Mon Sep 17 00:00:00 2001 From: Rhys Arkins Date: Fri, 7 Jun 2024 09:14:52 +0200 Subject: [PATCH] docs: updateLockFiles is npm only (#29488) --- lib/config/options/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/config/options/index.ts b/lib/config/options/index.ts index 3e9616ad4f810f..03755c692c44ac 100644 --- a/lib/config/options/index.ts +++ b/lib/config/options/index.ts @@ -968,6 +968,7 @@ const options: RenovateOptions[] = [ description: 'Set to `false` to disable lock file updating.', type: 'boolean', default: true, + supportedManagers: ['npm'], }, { name: 'skipInstalls',