Skip to content

Commit

Permalink
Update lib/workers/repository/update/branch/get-updated.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Rhys Arkins <[email protected]>
  • Loading branch information
not7cd and rarkins authored Feb 27, 2024
1 parent 2edbb79 commit 776c03a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/workers/repository/update/branch/get-updated.ts
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ function patchConfigForArtifactsUpdate(
(p) => p.packageFile === packageFileName,
);
if (packageFile) {
updatedConfig.lockFiles = packageFile.lockFiles;
updatedConfig.lockFiles ??= packageFile.lockFiles;
}
}
return updatedConfig;
Expand Down

0 comments on commit 776c03a

Please sign in to comment.