diff --git a/.github/renovate.json5 b/.github/renovate.json5 index b7e5f559861..69ec73d4bb7 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -72,7 +72,7 @@ "bumpVersion": "major", "labels": ["update/helm/general/major"], "groupName": ["helm general major"], - "paths": ["charts/incubator/", "charts/dev/", "charts/enterprise/", "charts/stable/", "charts/core/", "templates/app/"], + "paths": ["charts/incubator/", "charts/games/", "charts/dev/", "charts/enterprise/", "charts/stable/", "charts/core/", "templates/app/"], "schedule": [ "after 3pm and before 4pm on tuesday" ], @@ -87,7 +87,7 @@ "bumpVersion": "patch", "labels": ["update/helm/general/non-major"], "groupName": "helm general non-major", - "paths": ["charts/incubator/", "charts/dev/", "charts/enterprise/", "charts/stable/", "charts/core/", "templates/app/"], + "paths": ["charts/incubator/", "charts/games/", "charts/dev/", "charts/enterprise/", "charts/stable/", "charts/core/", "templates/app/"], "schedule": [ "after 3pm and before 4pm on tuesday" ], @@ -98,7 +98,7 @@ { "matchDatasources": ["docker"], "updateTypes": ["major"], - "bumpVersion": "minor", + "bumpVersion": "major", "labels": ["update/docker/enterprise/major"], "paths": ["charts/enterprise/"], "schedule": [ @@ -107,7 +107,7 @@ }, { "matchDatasources": ["docker"], - "automerge": false, + "automerge": true, "matchUpdateTypes": [ "minor", ], @@ -165,24 +165,5 @@ "after 1am and before 2am on monday" ], }, - // - // Version strategies - // - // Versioning for linuxserver two-three digit container versions - { - "packagePatterns": ["^linuxserver\\/","^deepquestai\\/"], - "versionScheme": "regex:^(?.*?(\\d+\\.)??)(?\\d+)\\.(?\\d+)\\.?(?\\d+)?(-r?p?\\d)?$" - }, - // Versioning for slightly problematic container versions - { - "matchDatasources": ["docker"], - "versioning": "loose", - "matchPackageNames": [ - "ghcr.io/k8s-at-home/plex", - "ghcr.io/linuxserver/calibre", - "ghcr.io/k8s-at-home/qbittorrent", - "sirfragalot/hyperion.ng", - ], - }, ] }