From 709d4d9b21f3b76e6c074cfe822fe74833d7a454 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Tue, 7 Sep 2021 09:28:28 +0200 Subject: [PATCH] set hyperion to loose versioning --- .github/renovate.json5 | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 877322c4b5c..4bdd5b77398 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -34,11 +34,10 @@ // { "matchDatasources": ["helm"], - "commitMessagePrefix": "[{{{parentDir}}}]", - "branchTopic": "{{{parentDir}}}-{{{depNameSanitized}}}-{{{newMajor}}}{{#if isPatch}}.{{{newMinor}}}{{/if}}.x{{#if isLockfileUpdate}}-lockfile{{/if}}", "updateTypes": ["major"], "bumpVersion": "major", "labels": ["dependency/major"], + "groupName": ["major deps"], "schedule": [ "on tuesday" ] @@ -62,11 +61,10 @@ // { "matchDatasources": ["docker"], - "commitMessagePrefix": "[{{{parentDir}}}]", - "branchTopic": "{{{parentDir}}}-{{{depNameSanitized}}}-{{{newMajor}}}{{#if isPatch}}.{{{newMinor}}}{{/if}}.x{{#if isLockfileUpdate}}-lockfile{{/if}}", "updateTypes": ["major"], - "bumpVersion": "major", + "bumpVersion": "patch", "labels": ["tag/major"], + "groupName": ["major"], "schedule": [ "on tuesday" ] @@ -101,6 +99,7 @@ "matchPackageNames": [ "ghcr.io/k8s-at-home/plex", "ghcr.io/k8s-at-home/qbittorrent", + "sirfragalot/hyperion.ng", ], }, ]