chore(renovate): fix branch for k3x minor updates
This commit is contained in:
parent
83b4fc2bcb
commit
bedfd19a76
1 changed files with 2 additions and 1 deletions
|
@ -76,7 +76,8 @@
|
|||
"matchDatasources": ["github-releases"],
|
||||
"matchPackageNames": ["k3s-io/k3s"],
|
||||
"separateMultipleMinor": true,
|
||||
"separateMinorPatch": true
|
||||
"separateMinorPatch": true,
|
||||
"branchTopic": "{{{depNameSanitized}}}{{#if separateMinorPatch}}{{#if isMinor}}-minor{{/if}}{{/if}}-{{{newMajor}}}{{#if separateMinorPatch}}{{#if isPatch}}.{{{newMinor}}}{{/if}}{{/if}}.x{{#if isLockfileUpdate}}-lockfile{{/if}}"
|
||||
},
|
||||
{
|
||||
"description": "No automerge for k3s major and minor updates",
|
||||
|
|
Loading…
Reference in a new issue