Compare commits
1 Commits
ec054e476d
...
3df4e33686
| Author | SHA1 | Date | |
|---|---|---|---|
| 3df4e33686 |
@@ -18,6 +18,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: llama-swap
|
- 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
|
image: ghcr.io/mostlygeek/llama-swap:v197-vulkan-b8202
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
command:
|
command:
|
||||||
|
|||||||
@@ -12,24 +12,11 @@
|
|||||||
},
|
},
|
||||||
"prHourlyLimit": 9,
|
"prHourlyLimit": 9,
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
|
||||||
"matchDatasources": ["docker"],
|
|
||||||
"matchPackageNames": ["ghcr.io/mostlygeek/llama-swap"],
|
|
||||||
"versioning": "regex:^v(?<major>[0-9]+)-vulkan-b(?<patch>[0-9]+)$"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"matchUpdateTypes": ["patch"],
|
"matchUpdateTypes": ["patch"],
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
"automergeType": "pr",
|
"automergeType": "pr",
|
||||||
"platformAutomerge": true
|
"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