From acca6bbe2108d93675c0b791fd35c2df094546d5 Mon Sep 17 00:00:00 2001 From: Julien Maupetit Date: Mon, 4 Oct 2021 15:04:07 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F(project)=20activate=20renova?= =?UTF-8?q?te=20options=20for=20commit=20body=20description?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In the renovate configuration, when activated, the flag `commitBodyTable` enables to append a table with all the updates in the commit. To fit to our previous commit description with pybot, we have activated this flag. --- renovate.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/renovate.json b/renovate.json index 03512a57..d90a15c0 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,8 @@ { "extends": ["github>openfun/renovate-configuration"], + "commitMessagePrefix": "⬆️(project)", + "commitMessageAction": "upgrade", + "commitBodyTable": true, "enabledManagers": ["pip_requirements"], "packageRules": [ {