feat: renovate version schemes

This commit is contained in:
auricom
2021-07-29 11:47:13 +02:00
parent 2f77c338dc
commit 9ed8d8d30c
2 changed files with 15 additions and 3 deletions

View File

@@ -128,9 +128,21 @@
// custom version schemes
{
"matchDatasources": ["docker"],
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-(?<compatibility>.*)$",
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-*-(?<compatibility>.*)$",
"matchPackageNames": ["blakeblackshear/frigate"]
},
// custom version schemes
{
"matchDatasources": ["docker"],
"versioning": "regex:^version-v(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$",
"matchPackageNames": ["ghcr.io/linuxserver/bookstack", "ghcr.io/linuxserver/healthchecks"]
},
// custom version schemes
{
"matchDatasources": ["docker"],
"versioning": "regex:^version-(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$",
"matchPackageNames": ["ghcr.io/linuxserver/resilio-sync"]
},
// pin package versions
{
"matchDatasources": ["docker"],

View File

@@ -24,7 +24,7 @@ spec:
app.kubernetes.io/name: resilio-sync
spec:
containers:
- image: linuxserver/resilio-sync:amd64-2.7.2.1375-ls92
- image: ghcr.io/linuxserver/resilio-sync:version-2.7.2.1375
name: resilio-sync-claude
env:
- name: TZ
@@ -58,7 +58,7 @@ spec:
subPath: video
- name: nfs-shared-documents-data
mountPath: /sync/shared-documents
- image: linuxserver/resilio-sync:amd64-2.7.2.1375-ls92
- image: ghcr.io/linuxserver/resilio-sync:version-2.7.2.1375
name: resilio-sync-helene
env:
- name: TZ