Skip to content

Commit

Permalink
chore: update renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
mmkal committed Sep 17, 2024
1 parent ee67791 commit 4523f24
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"baseBranches": ["deps"],
"automerge": true,
"automergeType": "branch",
"extends": [
"config:recommended"
],
"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}}",
"baseBranches": [
"deps"
],
"automerge": true,
"automergeType": "branch",
"fetchChangeLogs": "branch"
}

0 comments on commit 4523f24

Please sign in to comment.