diff --git a/lib/platform/gitlab/index.ts b/lib/platform/gitlab/index.ts
index b88f43968a2f59613d782faa25f696ad26ce910d..0e88681bb775d5e165e2f3dff72e123ef0c5cca1 100644
--- a/lib/platform/gitlab/index.ts
+++ b/lib/platform/gitlab/index.ts
@@ -544,7 +544,7 @@ export function getPrBody(input: string): string {
       .replace(/Pull Request/g, 'Merge Request')
       .replace(/PR/g, 'MR')
       .replace(/\]\(\.\.\/pull\//g, '](../merge_requests/'),
-    100000
+    60000
   );
 }