From 01b79c843393776fb621175091499e640713cb65 Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@arkins.net> Date: Tue, 21 Dec 2021 21:39:21 +0100 Subject: [PATCH] chore: log when no updateLockedDependency --- lib/workers/branch/get-updated.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/workers/branch/get-updated.ts b/lib/workers/branch/get-updated.ts index 6e874f7ab0..f5855407af 100644 --- a/lib/workers/branch/get-updated.ts +++ b/lib/workers/branch/get-updated.ts @@ -122,6 +122,10 @@ export async function getUpdatedPackageFiles( } } } else { + logger.debug( + { manager }, + 'isLockFileUpdate without updateLockedDependency' + ); nonUpdatedFileContents[packageFile] = packageFileContent; } } else { -- GitLab