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 // custom version schemes
{ {
"matchDatasources": ["docker"], "matchDatasources": ["docker"],
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-(?<compatibility>.*)$", "versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-*-(?<compatibility>.*)$",
"matchPackageNames": ["blakeblackshear/frigate"] "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 // pin package versions
{ {
"matchDatasources": ["docker"], "matchDatasources": ["docker"],

View File

@@ -24,7 +24,7 @@ spec:
app.kubernetes.io/name: resilio-sync app.kubernetes.io/name: resilio-sync
spec: spec:
containers: 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 name: resilio-sync-claude
env: env:
- name: TZ - name: TZ
@@ -58,7 +58,7 @@ spec:
subPath: video subPath: video
- name: nfs-shared-documents-data - name: nfs-shared-documents-data
mountPath: /sync/shared-documents 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 name: resilio-sync-helene
env: env:
- name: TZ - name: TZ