merge all Helm dep updates
This commit is contained in:
+5
-43
@@ -31,26 +31,26 @@
|
|||||||
"matchUpdateTypes": ["major", "minor", "patch"],
|
"matchUpdateTypes": ["major", "minor", "patch"],
|
||||||
},
|
},
|
||||||
//
|
//
|
||||||
// Common library dep
|
// helm deps
|
||||||
//
|
//
|
||||||
{
|
{
|
||||||
"matchDatasources": ["helm"],
|
"matchDatasources": ["helm"],
|
||||||
|
"commitMessagePrefix": "[{{{parentDir}}}]",
|
||||||
|
"branchTopic": "{{{parentDir}}}-{{{depNameSanitized}}}-{{{newMajor}}}{{#if isPatch}}.{{{newMinor}}}{{/if}}.x{{#if isLockfileUpdate}}-lockfile{{/if}}",
|
||||||
"updateTypes": ["major"],
|
"updateTypes": ["major"],
|
||||||
"bumpVersion": "major",
|
"bumpVersion": "major",
|
||||||
"labels": ["dependency/major"],
|
"labels": ["dependency/major"],
|
||||||
"packageNames": ["common", "postgresql"],
|
|
||||||
"groupName": ["internal major dep"],
|
|
||||||
"schedule": [
|
"schedule": [
|
||||||
"on tuesday"
|
"on tuesday"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchDatasources": ["helm"],
|
"matchDatasources": ["helm"],
|
||||||
|
"automerge": true,
|
||||||
"updateTypes": ["minor"],
|
"updateTypes": ["minor"],
|
||||||
"bumpVersion": "minor",
|
"bumpVersion": "minor",
|
||||||
"labels": ["dependency/minor"],
|
"labels": ["dependency/minor"],
|
||||||
"packageNames": ["common", "postgresql"],
|
"groupName": ["external minor dep"],
|
||||||
"groupName": ["internal minor dep"],
|
|
||||||
"schedule": [
|
"schedule": [
|
||||||
"on tuesday"
|
"on tuesday"
|
||||||
]
|
]
|
||||||
@@ -61,44 +61,6 @@
|
|||||||
"updateTypes": ["patch"],
|
"updateTypes": ["patch"],
|
||||||
"bumpVersion": "patch",
|
"bumpVersion": "patch",
|
||||||
"labels": ["dependency/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"],
|
"groupName": ["external patch dep"],
|
||||||
"schedule": [
|
"schedule": [
|
||||||
"on tuesday"
|
"on tuesday"
|
||||||
|
|||||||
Reference in New Issue
Block a user