Skip to content

Commit

Permalink
chore(renovate): PR on dep update
Browse files Browse the repository at this point in the history
  • Loading branch information
torderonex committed Dec 27, 2024
1 parent c0666fc commit 81b0c1c
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,6 @@
],
"enabled": true
},
{
"matchUpdateTypes": [
"minor",
"patch"
],
"matchCurrentVersion": "!/^0/",
"automerge": true
},
{
"matchFileNames": [
"core/client/**"
Expand All @@ -67,8 +59,12 @@
],
"dependencyDashboard": true,
"semanticCommits": "enabled",
"commitMessagePrefix": "⬆️",
"commitMessagePrefix": "chore(dependencies)⬆️",
"rebaseWhen": "auto",
"minimumReleaseAge": "3 days",
"prCreation": "not-pending"
"prCreation": "immediate",
"prTitle": "⬆️ Update {{{depName}}} to {{#if isPatch}}v{{{newVersion}}}{{else}}{{#if isMajor}}v{{{newMajor}}}{{else}}v{{{newVersion}}}{{/if}}{{/if}}",
"commitBody": "Update {{{depName}}} to {{#if isPatch}}v{{{newVersion}}}{{else}}{{#if isMajor}}v{{{newMajor}}}{{else}}v{{{newVersion}}}{{/if}}{{/if}}",
"prBodyTemplate": "Updates {{{depName}}} from `{{{currentValue}}}` to `{{{newValue}}}`\n\n{{#if releaseNotes}}\n### Release Notes\n{{releaseNotes}}\n{{/if}}"

}

0 comments on commit 81b0c1c

Please sign in to comment.