Update renovate.json5

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
Stavros Kois
2022-12-16 13:51:02 +02:00
committed by GitHub
parent 91429bbd4a
commit 0f2fe8f849
+32 -2
View File
@@ -170,12 +170,42 @@
{
"matchDatasources": ["docker"],
"versioning": "regex:^(?<major>\\d{1})(?<minor>\\d{1})(?<patch>\\d{2})$",
"matchPackageNames": ["tccr.io/truecharts/jitsi-*"],
"matchPackageNames": ["tccr.io/truecharts/jitsi-web"],
},
{
"matchDatasources": ["docker"],
"versioning": "regex:^(?<major>\\d{1})(?<minor>\\d{1})(?<patch>\\d{2})$",
"matchPackageNames": ["tccr.io/truecharts/jitsi-jicofo"],
},
{
"matchDatasources": ["docker"],
"versioning": "regex:^(?<major>\\d{1})(?<minor>\\d{1})(?<patch>\\d{2})$",
"matchPackageNames": ["tccr.io/truecharts/jitsi-jvb"],
},
{
"matchDatasources": ["docker"],
"versioning": "regex:^(?<major>\\d{1})(?<minor>\\d{1})(?<patch>\\d{2})$",
"matchPackageNames": ["tccr.io/truecharts/jitsi-prosody"],
},
{
"matchDatasources": ["docker"],
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)_\\d+$",
"matchPackageNames": ["tccr.io/truecharts/immich-ml"],
},
{
"matchDatasources": ["docker"],
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)_\\d+$",
"matchPackageNames": ["tccr.io/truecharts/immich-*"],
"matchPackageNames": ["tccr.io/truecharts/immich-server"],
},
{
"matchDatasources": ["docker"],
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)_\\d+$",
"matchPackageNames": ["tccr.io/truecharts/immich-web"],
},
{
"matchDatasources": ["docker"],
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)_\\d+$",
"matchPackageNames": ["tccr.io/truecharts/immich-proxy"],
}
]
}