revert some renovate changes
This commit is contained in:
@@ -8,29 +8,29 @@
|
|||||||
"rebaseWhen": "conflicted",
|
"rebaseWhen": "conflicted",
|
||||||
"prConcurrentLimit": 5,
|
"prConcurrentLimit": 5,
|
||||||
"helm-values": {
|
"helm-values": {
|
||||||
"fileMatch": ["charts/.+/.+/.*values\\.yaml$", "charts/.+/.+/SCALE/.*_values\\.yaml$"]
|
"fileMatch": ["charts/.+/.*values\\.yaml$", "charts/.+/SCALE/.*_values\\.yaml$"]
|
||||||
},
|
},
|
||||||
"helmv3": {
|
"helmv3": {
|
||||||
"fileMatch": ["charts/.+/.+/Chart\\.yaml$"]
|
"fileMatch": ["charts/.+/Chart\\.yaml$"]
|
||||||
},
|
},
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
// Setup datasources for dep updates
|
// Setup datasources for dep updates
|
||||||
{
|
{
|
||||||
"datasources": ["helm"],
|
"datasources": ["helm"],
|
||||||
"matchManagers": ["helmv3"],
|
"matchManagers": ["helmv3"],
|
||||||
"commitMessageTopic": "Helm chart {{depName}}",
|
"commitMessageTopic": "Helm chart {{depName}}",
|
||||||
"separateMinorPatch": true,
|
"separateMinorPatch": true
|
||||||
"separateMultipleMajor": false
|
|
||||||
},
|
},
|
||||||
//
|
//
|
||||||
// Common library dep
|
// Common library dep
|
||||||
//
|
//
|
||||||
{
|
{
|
||||||
|
"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"]
|
"packageNames": ["common"]
|
||||||
"groupName": ["internal major dep"]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"updateTypes": ["minor"],
|
"updateTypes": ["minor"],
|
||||||
|
|||||||
Reference in New Issue
Block a user