Skip to content

Commit

Permalink
Fix commit msg template
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-picus-tink committed Aug 15, 2024
1 parent 2b1fdf0 commit 68c9ac5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"baseBranches": ["main", "renovate-deps"],
"prConcurrentLimit": 5,
"branchConcurrentLimit": 20,
"commitBody": "Body: {{body}} References: {{references}} Releases: {{releases}}",
"commitBodyTable": true,
"fetchChangeLogs": "branch",
"commitBody": "{{#if logJSON.hasReleaseNotes}}{{#each logJSON.versions as |release|}}{{# if release.releaseNotes}}##### [\\`v{{{release.version}}}\\`]({{{release.releaseNotes.url}}})\n\n{{{release.releaseNotes.body}}}{{/if}}{{/each}}{{/if}}",
"packageRules": [{
"matchDepTypes": ["devDependencies"],
"matchBaseBranches": ["renovate-deps"],
Expand Down

0 comments on commit 68c9ac5

Please sign in to comment.