mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-24 16:09:08 +00:00
118ed4cc26
Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: ᗪєνιη ᗷυнʟ <onedr0p@users.noreply.github.com>
27 lines
723 B
JSON
27 lines
723 B
JSON
{
|
|
"enabled": true,
|
|
"gitAuthor": "Renovate Bot <renovate@whitesourcesoftware.com>",
|
|
"commitMessagePrefix": "[{{{parentDir}}}]",
|
|
"branchTopic": "{{{parentDir}}}-{{{depNameSanitized}}}-{{{newMajor}}}{{#if isPatch}}.{{{newMinor}}}{{/if}}.x{{#if isLockfileUpdate}}-lockfile{{/if}}",
|
|
"assigneesFromCodeOwners": true,
|
|
"reviewersFromCodeOwners": true,
|
|
"helm-values": {
|
|
"enabled": false
|
|
},
|
|
"helmv3": {
|
|
"fileMatch": ["charts/.+/Chart\\.yaml$"]
|
|
},
|
|
"packageRules": [
|
|
{
|
|
"updateTypes": ["major"],
|
|
"bumpVersion": "major",
|
|
"labels": ["dependency/major"]
|
|
},
|
|
{
|
|
"updateTypes": ["minor", "patch"],
|
|
"bumpVersion": "minor",
|
|
"labels": ["dependency/minor"]
|
|
}
|
|
]
|
|
}
|