2 Commits

3 changed files with 14 additions and 2 deletions

View File

@@ -18,7 +18,6 @@ spec:
spec:
containers:
- name: llama-swap
# renovate: datasource=docker depName=ghcr.io/mostlygeek/llama-swap versioning=regex:^v(?<major>[0-9]+)-vulkan-b(?<patch>[0-9]+)$
image: ghcr.io/mostlygeek/llama-swap:v197-vulkan-b8202
imagePullPolicy: IfNotPresent
command:

View File

@@ -18,7 +18,7 @@ spec:
chart:
spec:
chart: cert-manager-webhook-ovh
version: 0.9.2
version: 0.9.3
sourceRef:
kind: HelmRepository
name: cert-manager-webhook-ovh

View File

@@ -12,11 +12,24 @@
},
"prHourlyLimit": 9,
"packageRules": [
{
"matchDatasources": ["docker"],
"matchPackageNames": ["ghcr.io/mostlygeek/llama-swap"],
"versioning": "regex:^v(?<major>[0-9]+)-vulkan-b(?<patch>[0-9]+)$"
},
{
"matchUpdateTypes": ["patch"],
"automerge": true,
"automergeType": "pr",
"platformAutomerge": true
},
{
"matchDatasources": ["docker"],
"matchPackageNames": ["ghcr.io/mostlygeek/llama-swap"],
"matchUpdateTypes": ["minor"],
"automerge": true,
"automergeType": "pr",
"platformAutomerge": true
}
]
}