Skip to content

Commit

Permalink
⬆️(project) activate renovate options for commit body description
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jmaupetit committed Oct 4, 2021
1 parent d03595a commit 418d703
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions renovate.json
@@ -1,5 +1,8 @@
{
"extends": ["github>openfun/renovate-configuration"],
"commitMessagePrefix": "⬆️(project)",
"commitMessageAction": "upgrade",
"commitBodyTable": true,
"enabledManagers": ["pip_requirements"],
"packageRules": [
{
Expand Down

0 comments on commit 418d703

Please sign in to comment.