Skip to content

Commit

Permalink
chore: changes after pnpm install
Browse files Browse the repository at this point in the history
  • Loading branch information
mmkal committed Aug 20, 2024
1 parent 6850577 commit 8897517
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"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 8897517

Please sign in to comment.