From 8a21f5be00cc88bac8e846e199b99e493d5179b5 Mon Sep 17 00:00:00 2001 From: Alan Agius <17563226+alan-agius4@users.noreply.github.com> Date: Tue, 17 Mar 2026 13:14:26 +0000 Subject: [PATCH] fix(renovate-presets): move PR changelog to the bottom Moves the changelog section of the PR body template to the bottom of the body to ensure that the PR controls are not hidden or truncated when the changelog is excessively long. --- renovate-presets/default.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate-presets/default.json5 b/renovate-presets/default.json5 index ac099372f..f74e25596 100644 --- a/renovate-presets/default.json5 +++ b/renovate-presets/default.json5 @@ -30,7 +30,7 @@ }, // Manually define pull request body template to only include desired sections - prBodyTemplate: '{{{header}}}{{{table}}}{{{warnings}}}{{{notes}}}{{{changelogs}}}{{{controls}}}', + prBodyTemplate: '{{{header}}}{{{table}}}{{{warnings}}}{{{notes}}}{{{controls}}}{{{changelogs}}}', // Ignored dependencies in all repositories ignoreDeps: [