Compare commits
2 Commits
af0fa386c9
...
95012b1fc1
| Author | SHA1 | Date | |
|---|---|---|---|
| 95012b1fc1 | |||
| eb33cad5c6 |
@@ -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:
|
||||
|
||||
@@ -15,7 +15,7 @@ spec:
|
||||
- name: renovate
|
||||
# Update this to the latest available and then enable Renovate on
|
||||
# the manifest
|
||||
image: renovate/renovate:43.60.4-full
|
||||
image: renovate/renovate:43.60.6-full
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: renovate-gitea-token
|
||||
|
||||
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user