revert some renovate changes

This commit is contained in:
kjeld Schouten-Lebbing
2021-05-23 21:20:42 +02:00
parent a81c316761
commit b96e36bd7b
+6 -6
View File
@@ -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"],