From ba0670a1b66958570c275d6e63ec8e644719f2e7 Mon Sep 17 00:00:00 2001 From: Scotte Zinn Date: Sat, 30 Mar 2024 06:22:38 -0400 Subject: [PATCH] ci(renovate): Adjust PR template --- .github/renovate.json5 | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 3b27016a73..17d460ad0c 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -18,6 +18,7 @@ "**/archive/**", "**/*.sops.*" ], + "prBodyTemplate": "{{{header}}}{{{table}}}{{{warnings}}}{{{notes}}}{{{changelogs}}}", "flux": { "fileMatch": ["kubernetes/.+\\.ya?ml$"] },