From 20d0ab3cf6218ec1ace1b84160d82da70a449c8d Mon Sep 17 00:00:00 2001 From: Anatolios Laskaris Date: Thu, 14 Sep 2023 13:28:51 +0300 Subject: [PATCH] chore: Hide changelogs in renovate PRs (#342) Hide changelogs --- .github/renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 62ea95a3..a5a99165 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -4,6 +4,7 @@ "config:base", ":semanticCommitTypeAll(chore)" ], + "prBodyTemplate": "{{{header}}}{{{table}}}{{{warnings}}}{{{notes}}}{{{configDescription}}}{{{controls}}}{{{footer}}}", "enabledManagers": ["npm", "github-actions"], "rangeStrategy": "pin", "schedule": "every weekend", @@ -32,4 +33,4 @@ "groupName": "all github-actions" } ] -} +} \ No newline at end of file