mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-26 20:13:31 +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
|
// 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"],
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user