2020-12-16 15:03:15 +00:00
|
|
|
{
|
|
|
|
"enabled": true,
|
|
|
|
"dependencyDashboard": true,
|
|
|
|
"dependencyDashboardTitle": "Renovate Dashboard",
|
|
|
|
"assigneesFromCodeOwners": true,
|
|
|
|
"reviewersFromCodeOwners": true,
|
|
|
|
"suppressNotifications": ["prIgnoreNotification"],
|
|
|
|
"rebaseWhen": "conflicted",
|
|
|
|
"prConcurrentLimit": 5,
|
|
|
|
"helm-values": {
|
|
|
|
"enabled": false
|
|
|
|
},
|
|
|
|
"helmv3": {
|
|
|
|
"fileMatch": ["charts/.+/Chart\\.yaml$"]
|
|
|
|
},
|
|
|
|
"packageRules": [
|
2020-12-17 13:11:14 +00:00
|
|
|
// Setup datasources
|
|
|
|
{
|
|
|
|
"datasources": ["helm"],
|
|
|
|
"commitMessageTopic": "Helm chart {{depName}}",
|
|
|
|
"separateMinorPatch": true
|
|
|
|
},
|
2020-12-16 15:03:15 +00:00
|
|
|
//
|
|
|
|
// Common library dep
|
|
|
|
//
|
|
|
|
{
|
2020-12-16 20:13:54 +00:00
|
|
|
"commitMessagePrefix": "[{{{parentDir}}}]",
|
|
|
|
"branchTopic": "{{{parentDir}}}-{{{depNameSanitized}}}-{{{newMajor}}}{{#if isPatch}}.{{{newMinor}}}{{/if}}.x{{#if isLockfileUpdate}}-lockfile{{/if}}",
|
2020-12-16 15:03:15 +00:00
|
|
|
"updateTypes": ["major"],
|
|
|
|
"bumpVersion": "major",
|
|
|
|
"labels": ["dependency/major"],
|
2021-03-23 12:17:41 +00:00
|
|
|
"packageNames": ["common"],
|
|
|
|
"groupName": ["internal major dep"]
|
2020-12-16 15:03:15 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"updateTypes": ["minor"],
|
|
|
|
"bumpVersion": "minor",
|
|
|
|
"labels": ["dependency/minor"],
|
2020-12-16 19:34:01 +00:00
|
|
|
"packageNames": ["common"],
|
|
|
|
"groupName": ["internal minor dep"]
|
2020-12-16 15:03:15 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"updateTypes": ["patch"],
|
|
|
|
"bumpVersion": "patch",
|
|
|
|
"labels": ["dependency/patch"],
|
2020-12-16 19:34:01 +00:00
|
|
|
"packageNames": ["common"],
|
|
|
|
"groupName": ["internal patch dep"]
|
2020-12-16 15:03:15 +00:00
|
|
|
},
|
|
|
|
//
|
|
|
|
// Other library deps
|
|
|
|
//
|
|
|
|
{
|
2020-12-16 20:13:54 +00:00
|
|
|
"commitMessagePrefix": "[{{{parentDir}}}]",
|
|
|
|
"branchTopic": "{{{parentDir}}}-{{{depNameSanitized}}}-{{{newMajor}}}{{#if isPatch}}.{{{newMinor}}}{{/if}}.x{{#if isLockfileUpdate}}-lockfile{{/if}}",
|
2020-12-16 15:03:15 +00:00
|
|
|
"updateTypes": ["major"],
|
|
|
|
"bumpVersion": "major",
|
|
|
|
"labels": ["dependency/major"],
|
2020-12-16 17:59:59 +00:00
|
|
|
"excludePackageNames": ["common"],
|
2020-12-16 15:03:15 +00:00
|
|
|
"schedule": [
|
|
|
|
"every 3 months on the first day of the month"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"updateTypes": ["minor"],
|
|
|
|
"bumpVersion": "minor",
|
|
|
|
"labels": ["dependency/minor"],
|
2020-12-16 17:59:59 +00:00
|
|
|
"excludePackageNames": ["common"],
|
2020-12-16 19:34:01 +00:00
|
|
|
"groupName": ["external minor dep"],
|
2020-12-16 15:03:15 +00:00
|
|
|
"schedule": [
|
|
|
|
"every 2 months on the first day of the month"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"updateTypes": ["patch"],
|
|
|
|
"bumpVersion": "patch",
|
|
|
|
"labels": ["dependency/patch"],
|
2020-12-16 17:59:59 +00:00
|
|
|
"excludePackageNames": ["common"],
|
2020-12-16 19:34:01 +00:00
|
|
|
"groupName": ["external patch dep"],
|
2020-12-16 15:03:15 +00:00
|
|
|
"schedule": [
|
|
|
|
"every 1 months on the first day of the month"
|
|
|
|
]
|
2021-01-05 18:20:22 +00:00
|
|
|
}
|
2020-12-16 15:03:15 +00:00
|
|
|
]
|
|
|
|
}
|