From 35018a031381065f6438fe96c50cce75d29d8bab Mon Sep 17 00:00:00 2001 From: Anatoly Laskaris Date: Thu, 14 Sep 2023 11:38:52 +0300 Subject: [PATCH] Hide changelogs --- .github/renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 62ea95a30..a5a99165a 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