2020-11-24 14:17:38 +00:00
|
|
|
{
|
|
|
|
"enabled": true,
|
|
|
|
"commitMessagePrefix": "[{{{parentDir}}}]",
|
|
|
|
"branchTopic": "{{{parentDir}}}-{{{depNameSanitized}}}-{{{newMajor}}}{{#if isPatch}}.{{{newMinor}}}{{/if}}.x{{#if isLockfileUpdate}}-lockfile{{/if}}",
|
|
|
|
"assigneesFromCodeOwners": true,
|
|
|
|
"reviewersFromCodeOwners": true,
|
2020-11-25 16:25:48 +00:00
|
|
|
"suppressNotifications": ["prIgnoreNotification"],
|
2020-11-24 14:17:38 +00:00
|
|
|
"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"]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|