Skip to content

Commit 1f978fc

Browse files
renovate: update 🌲 (#21)
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>
1 parent 656c075 commit 1f978fc

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

‎renovate.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:recommended"
5+
],
6+
"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}}",
7+
"baseBranches": [
8+
"deps"
9+
],
10+
"automerge": true,
11+
"automergeType": "branch",
12+
"fetchChangeLogs": "branch"
13+
}

0 commit comments

Comments
 (0)