diff --git a/lib/modules/platform/gitlab/index.ts b/lib/modules/platform/gitlab/index.ts index e533ba70db696c..30965b96308505 100644 --- a/lib/modules/platform/gitlab/index.ts +++ b/lib/modules/platform/gitlab/index.ts @@ -818,7 +818,7 @@ export async function updatePr({ ) ).body; - const updatedPr: Pr = prInfo(updatedPrInfo); + const updatedPr = prInfo(updatedPrInfo); if (config.prList) { const existingIndex = config.prList.findIndex(