We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b92b6f commit b8df649Copy full SHA for b8df649
.github/renovate.json
@@ -19,6 +19,7 @@
19
"automergeStrategy": "squash",
20
"assignAutomerge": true,
21
"assigneesFromCodeOwners": true,
22
+ "bumpVersion": "minor",
23
"commitBodyTable": true,
24
"commitMessageAction": "bump",
25
"commitMessageExtra": "from {{#if currentValue}}{{{replace '^v' '' currentValue}}}{{else}}{{{currentDigestShort}}}{{/if}} to {{#if isPinDigest}}{{{newDigestShort}}}{{else}}{{#if isSingleVersion}}{{replace '^v' '' newVersion}}{{else}}{{#if newValue}}{{{newValue}}}{{else}}{{{newDigestShort}}}{{/if}}{{/if}}{{/if}}",
0 commit comments