From 366ceaa1c1e35dd59735e11b47828e9c4c7290f9 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Tue, 31 Aug 2021 14:43:47 +0200 Subject: [PATCH] merge all Helm dep updates --- .github/renovate.json5 | 48 +++++------------------------------------- 1 file changed, 5 insertions(+), 43 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 00f2381e277..37f6ec27016 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -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"