renovate-config/civo.json
Marcus Noble 4ef0d1f3d8
Added custom civo datasource
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2023-10-03 18:56:19 +01:00

17 lines
476 B
JSON

{
"customDatasources": {
"civo-k3s": {
"defaultRegistryUrlTemplate": "https://civo-versions.cluster.fun/k3s/"
},
"civo-k3s-stable": {
"defaultRegistryUrlTemplate": "https://civo-versions.cluster.fun/k3s/stable/"
},
"civo-talos": {
"defaultRegistryUrlTemplate": "https://civo-versions.cluster.fun/talos/"
},
"civo-talos-stable": {
"defaultRegistryUrlTemplate": "https://civo-versions.cluster.fun/talos/stable/"
}
}
}