merge all Helm dep updates

This commit is contained in:
kjeld Schouten-Lebbing 2021-08-31 14:43:47 +02:00
parent e9c272d7b7
commit 366ceaa1c1
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
1 changed files with 5 additions and 43 deletions

View File

@ -31,26 +31,26 @@
"matchUpdateTypes": ["major", "minor", "patch"],
},
//
// Common library dep
// helm deps
//
{
"matchDatasources": ["helm"],
"commitMessagePrefix": "[{{{parentDir}}}]",
"branchTopic": "{{{parentDir}}}-{{{depNameSanitized}}}-{{{newMajor}}}{{#if isPatch}}.{{{newMinor}}}{{/if}}.x{{#if isLockfileUpdate}}-lockfile{{/if}}",
"updateTypes": ["major"],
"bumpVersion": "major",
"labels": ["dependency/major"],
"packageNames": ["common", "postgresql"],
"groupName": ["internal major dep"],
"schedule": [
"on tuesday"
]
},
{
"matchDatasources": ["helm"],
"automerge": true,
"updateTypes": ["minor"],
"bumpVersion": "minor",
"labels": ["dependency/minor"],
"packageNames": ["common", "postgresql"],
"groupName": ["internal minor dep"],
"groupName": ["external minor dep"],
"schedule": [
"on tuesday"
]
@ -61,44 +61,6 @@
"updateTypes": ["patch"],
"bumpVersion": "patch",
"labels": ["dependency/patch"],
"packageNames": ["common", "postgresql"],
"groupName": ["internal patch dep"],
"schedule": [
"on tuesday"
]
},
//
// External helm deps
//
{
"matchDatasources": ["helm"],
"commitMessagePrefix": "[{{{parentDir}}}]",
"branchTopic": "{{{parentDir}}}-{{{depNameSanitized}}}-{{{newMajor}}}{{#if isPatch}}.{{{newMinor}}}{{/if}}.x{{#if isLockfileUpdate}}-lockfile{{/if}}",
"updateTypes": ["major"],
"bumpVersion": "major",
"labels": ["dependency/major"],
"excludePackageNames": ["common", "postgresql"],
"schedule": [
"on tuesday"
]
},
{
"matchDatasources": ["helm"],
"updateTypes": ["minor"],
"bumpVersion": "minor",
"labels": ["dependency/minor"],
"excludePackageNames": ["common", "postgresql"],
"groupName": ["external minor dep"],
"schedule": [
"on tuesday"
]
},
{
"matchDatasources": ["helm"],
"updateTypes": ["patch"],
"bumpVersion": "patch",
"labels": ["dependency/patch"],
"excludePackageNames": ["common", "postgresql"],
"groupName": ["external patch dep"],
"schedule": [
"on tuesday"