feat(ci): enable more automerge, fix games train and remove unused config
This commit is contained in:
+4
-23
@@ -72,7 +72,7 @@
|
|||||||
"bumpVersion": "major",
|
"bumpVersion": "major",
|
||||||
"labels": ["update/helm/general/major"],
|
"labels": ["update/helm/general/major"],
|
||||||
"groupName": ["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": [
|
"schedule": [
|
||||||
"after 3pm and before 4pm on tuesday"
|
"after 3pm and before 4pm on tuesday"
|
||||||
],
|
],
|
||||||
@@ -87,7 +87,7 @@
|
|||||||
"bumpVersion": "patch",
|
"bumpVersion": "patch",
|
||||||
"labels": ["update/helm/general/non-major"],
|
"labels": ["update/helm/general/non-major"],
|
||||||
"groupName": "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": [
|
"schedule": [
|
||||||
"after 3pm and before 4pm on tuesday"
|
"after 3pm and before 4pm on tuesday"
|
||||||
],
|
],
|
||||||
@@ -98,7 +98,7 @@
|
|||||||
{
|
{
|
||||||
"matchDatasources": ["docker"],
|
"matchDatasources": ["docker"],
|
||||||
"updateTypes": ["major"],
|
"updateTypes": ["major"],
|
||||||
"bumpVersion": "minor",
|
"bumpVersion": "major",
|
||||||
"labels": ["update/docker/enterprise/major"],
|
"labels": ["update/docker/enterprise/major"],
|
||||||
"paths": ["charts/enterprise/"],
|
"paths": ["charts/enterprise/"],
|
||||||
"schedule": [
|
"schedule": [
|
||||||
@@ -107,7 +107,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchDatasources": ["docker"],
|
"matchDatasources": ["docker"],
|
||||||
"automerge": false,
|
"automerge": true,
|
||||||
"matchUpdateTypes": [
|
"matchUpdateTypes": [
|
||||||
"minor",
|
"minor",
|
||||||
],
|
],
|
||||||
@@ -165,24 +165,5 @@
|
|||||||
"after 1am and before 2am on monday"
|
"after 1am and before 2am on monday"
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
//
|
|
||||||
// Version strategies
|
|
||||||
//
|
|
||||||
// Versioning for linuxserver two-three digit container versions
|
|
||||||
{
|
|
||||||
"packagePatterns": ["^linuxserver\\/","^deepquestai\\/"],
|
|
||||||
"versionScheme": "regex:^(?<compatibility>.*?(\\d+\\.)??)(?<major>\\d+)\\.(?<minor>\\d+)\\.?(?<patch>\\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",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user