mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
feat: renovate version schemes
This commit is contained in:
14
.github/renovate.json5
vendored
14
.github/renovate.json5
vendored
@@ -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"],
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user