Skip to content

Commit

Permalink
renovate: update 🌲 (#21)
Browse files Browse the repository at this point in the history
This PR was automatically created by the deps-sync workflow.

Review the dependency updates made by @renovate-bot, and merge as
needed.

### Updates included:

- c708e3b chore: update renovate config
- 317cddb bump runovate

---------

Co-authored-by: Misha Kaletsky <mmkal@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and mmkal authored Aug 20, 2024
1 parent 656c075 commit 1f978fc
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 1f978fc

Please sign in to comment.