From d784e69c857883a9ec0571fdb1afb6cb54cd4a20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=E1=B4=87=CA=80=C9=B4=E1=B4=85=20S=E1=B4=84=CA=9C?= =?UTF-8?q?=E1=B4=8F=CA=80=C9=A2=E1=B4=87=CA=80s?= Date: Tue, 29 Mar 2022 09:57:54 +0200 Subject: [PATCH] ci(renovate): Automatically update GitHub actions --- .github/renovate.json5 | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 6448eeed..3c316cb9 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -26,10 +26,21 @@ "matchPackageNames": ["potiuk/get-workflow-origin"], "versioning": "regex:^v(?\\d+)_(?\\d+)(_(?\\d+))?$" }, + /// + /// Automatically update minor/patch Github Actions + /// + { + "matchManagers": ["github-actions"], + "automerge": true, + "automergeType": "branch", + "requiredStatusChecks": null, + "matchUpdateTypes": ["minor", "patch"] + }, // // Common library dep // { + "matchDatasources": ["helm"], "commitMessagePrefix": "[{{{parentDir}}}]", "branchTopic": "{{{parentDir}}}-{{{depNameSanitized}}}-{{{newMajor}}}{{#if isPatch}}.{{{newMinor}}}{{/if}}.x{{#if isLockfileUpdate}}-lockfile{{/if}}", "updateTypes": ["major"], @@ -39,6 +50,7 @@ "groupName": ["common library major"] }, { + "matchDatasources": ["helm"], "updateTypes": ["minor"], "bumpVersion": "minor", "labels": ["type/minor"], @@ -46,6 +58,7 @@ "groupName": ["common library minor"] }, { + "matchDatasources": ["helm"], "updateTypes": ["patch"], "bumpVersion": "patch", "labels": ["type/patch"], @@ -53,9 +66,10 @@ "groupName": ["common library patch"] }, // - // Other library deps + // Other external chart deps // { + "matchDatasources": ["helm"], "commitMessagePrefix": "[{{{parentDir}}}]", "branchTopic": "{{{parentDir}}}-{{{depNameSanitized}}}-{{{newMajor}}}{{#if isPatch}}.{{{newMinor}}}{{/if}}.x{{#if isLockfileUpdate}}-lockfile{{/if}}", "updateTypes": ["major"], @@ -67,6 +81,7 @@ ] }, { + "matchDatasources": ["helm"], "updateTypes": ["minor"], "bumpVersion": "minor", "labels": ["type/minor"], @@ -77,6 +92,7 @@ ] }, { + "matchDatasources": ["helm"], "updateTypes": ["patch"], "bumpVersion": "patch", "labels": ["type/patch"],