Compare commits

...

16 Commits

Author SHA1 Message Date
0b63f6eced Updated mylar
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2025-05-03 07:21:03 +01:00
00e5015df6 Update mylar config
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2025-05-02 07:18:43 +01:00
2982c727f2 Added mylar config
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2025-05-01 06:50:39 +01:00
8c23243e77 Added unifi protect source
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2025-04-10 07:29:58 +01:00
ba395de208 Update source-urls.json 2024-04-02 05:45:27 +00:00
1c1719aa2f Update source-urls.json 2024-03-28 07:57:48 +00:00
eebf6b1f36 Added mealie 2024-03-11 07:13:50 +00:00
9b160d882d Update source-urls.json 2023-11-17 07:00:40 +00:00
4ef0d1f3d8 Added custom civo datasource
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2023-10-03 18:56:19 +01:00
9d4b8cb487 Added nextcloud source url 2023-09-19 08:18:27 +00:00
43b221408d Added oauth2-proxy source url 2023-09-09 10:37:23 +00:00
700bb8c898 Added alertmanager 2023-08-24 12:03:53 +00:00
2da85918e4 Added dockerhub explicit
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2023-08-05 10:04:42 +01:00
8acde95c0d Added sealed-secrets source
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2023-08-05 09:35:48 +01:00
d515e4026f Merge branch 'main' of https://git.cluster.fun/AverageMarcus/renovate-config 2023-08-05 09:21:19 +01:00
1b223d9296 Updated source URLs
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2023-08-05 09:21:11 +01:00
2 changed files with 73 additions and 2 deletions

16
civo.json Normal file
View File

@@ -0,0 +1,16 @@
{
"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/"
}
}
}

View File

@@ -8,12 +8,17 @@
"victoriametrics/vmselect",
"victoriametrics/vmstorage"
],
"sourceUrl": "https://github.com/VictoriaMetrics/VictoriaMetrics"
"sourceUrl": "https://github.com/VictoriaMetrics/VictoriaMetrics",
"groupName": "VictoriaMetrics"
},
{
"packageNames": ["registry.k8s.io/kube-state-metrics/kube-state-metrics"],
"sourceUrl": "https://github.com/kubernetes/kube-state-metrics"
},
{
"packageNames": ["registry.k8s.io/autoscaling/cluster-autoscaler"],
"sourceUrl": "https://github.com/kubernetes/autoscaler"
},
{
"packageNames": ["registry.k8s.io/sig-storage/csi-provisioner"],
"sourceUrl": "https://github.com/kubernetes-csi/external-provisioner"
@@ -26,6 +31,14 @@
"packageNames": ["grafana/grafana"],
"sourceUrl": "https://github.com/grafana/grafana"
},
{
"packageNames": ["quay.io/prometheus/node-exporter"],
"sourceUrl": "https://github.com/prometheus/node_exporter"
},
{
"packageNames": ["quay.io/prometheus/alertmanager"],
"sourceUrl": "https://github.com/prometheus/alertmanager"
},
{
"packageNames": ["ghcr.io/tailscale/tailscale"],
"sourceUrl": "https://github.com/tailscale/tailscale"
@@ -40,13 +53,55 @@
},
{
"packageNames": ["ghcr.io/linuxserver/prowlarr"],
"sourceUrl": "https://github.com/linuxserver/docker-prowlarr",
"sourceUrl": "https://github.com/Prowlarr/Prowlarr",
"respectLatest": true,
"allowedVersions": "<=1.8.1200 || >=1.9.0"
},
{
"packageNames": ["ghcr.io/linuxserver/sonarr"],
"sourceUrl": "https://github.com/Sonarr/Sonarr"
},
{
"packageNames": ["kizaing/kavita"],
"sourceUrl": "https://github.com/Kareadita/Kavita"
},
{
"packageNames": [
"docker.io/bitnami/sealed-secrets-controller",
"bitnami/sealed-secrets-controller"
],
"sourceUrl": "https://github.com/bitnami-labs/sealed-secrets",
"groupName": "Sealed-Secrets"
},
{
"packageNames": [
"docker.io/bitnami/redis",
"bitnami/redis"
],
"sourceUrl": "https://github.com/bitnami-labs/sealed-secrets",
"groupName": "Redis"
},
{
"packageNames": ["quay.io/oauth2-proxy/oauth2-proxy"],
"sourceUrl": "https://github.com/oauth2-proxy/oauth2-proxy"
},
{
"packageNames": ["nextcloud"],
"sourceUrl": "https://github.com/nextcloud/server/"
},
{
"packageNames": ["ghcr.io/mealie-recipes/mealie"],
"sourceUrl": "https://github.com/mealie-recipes/mealie"
},
{
"packageNames": ["ghcr.io/ep1cman/unifi-protect-backup"],
"sourceUrl": "https://github.com/ep1cman/unifi-protect-backup"
},
{
"packageNames": ["lscr.io/linuxserver/mylar3"],
"respectLatest": true,
"allowedVersions": "<=1000.0.0 <5.9.5 || > 5.9.5",
"versionScheme": "regex:^(?<major>\\d)\\.(?<minor>\\d+)\\.(?<patch>\\d{1,3})$"
}
]
}