From b70fffc647a192039f5bafc24307cf04cb6365e8 Mon Sep 17 00:00:00 2001 From: andrei-picus-tink Date: Wed, 14 Aug 2024 14:29:12 +0200 Subject: [PATCH] Append a commit body table --- renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/renovate.json b/renovate.json index 8a8015c..b61a4c9 100644 --- a/renovate.json +++ b/renovate.json @@ -6,6 +6,7 @@ "baseBranches": ["main", "renovate-deps"], "prConcurrentLimit": 5, "branchConcurrentLimit": 20, + "commitBodyTable": true, "packageRules": [{ "matchDepTypes": ["devDependencies"], "matchBaseBranches": ["renovate-deps"],