Skip to content

Commit 8a21f5b

Browse files
committed
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.
1 parent 75ee797 commit 8a21f5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

renovate-presets/default.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131

3232
// Manually define pull request body template to only include desired sections
33-
prBodyTemplate: '{{{header}}}{{{table}}}{{{warnings}}}{{{notes}}}{{{changelogs}}}{{{controls}}}',
33+
prBodyTemplate: '{{{header}}}{{{table}}}{{{warnings}}}{{{notes}}}{{{controls}}}{{{changelogs}}}',
3434

3535
// Ignored dependencies in all repositories
3636
ignoreDeps: [

0 commit comments

Comments
 (0)