mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-24 07:59:02 +00:00
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"]
|
||
|
}
|
||
|
]
|
||
|
}
|