From 9b160d882d32d226e84d416a4c9e20dfa36c03dd Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Fri, 17 Nov 2023 07:00:40 +0000 Subject: [PATCH] Update source-urls.json --- source-urls.json | 175 ++++++++++++++++++++++++----------------------- 1 file changed, 89 insertions(+), 86 deletions(-) diff --git a/source-urls.json b/source-urls.json index 6c88835..a765d7d 100644 --- a/source-urls.json +++ b/source-urls.json @@ -1,86 +1,89 @@ -{ - "packageRules": [ - { - "packageNames": [ - "victoriametrics/vmalert", - "victoriametrics/vmagent", - "victoriametrics/vminsert", - "victoriametrics/vmselect", - "victoriametrics/vmstorage" - ], - "sourceUrl": "https://github.com/VictoriaMetrics/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" - }, - { - "packageNames": ["registry.k8s.io/sig-storage/livenessprobe"], - "sourceUrl": "https://github.com/kubernetes-csi/livenessprobe" - }, - { - "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" - }, - { - "packageNames": ["ghcr.io/dgtlmoon/changedetection.io"], - "sourceUrl": "https://github.com/dgtlmoon/changedetection.io" - }, - { - "packageNames": ["gitpod/openvscode-server"], - "sourceUrl": "https://github.com/gitpod-io/openvscode-server" - }, - { - "packageNames": ["ghcr.io/linuxserver/prowlarr"], - "sourceUrl": "https://github.com/linuxserver/docker-prowlarr", - "respectLatest": true, - "allowedVersions": "<=1.8.1200 || >=1.9.0" - }, - { - "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" - }, - { - "packageNames": [ - "docker.io/bitnami/redis", - "bitnami/redis" - ], - "sourceUrl": "https://github.com/bitnami-labs/sealed-secrets" - }, - { - "packageNames": ["quay.io/oauth2-proxy/oauth2-proxy"], - "sourceUrl": "https://github.com/oauth2-proxy/oauth2-proxy" - }, - { - "packageNames": ["nextcloud"], - "sourceUrl": "https://github.com/nextcloud/server/" - } - ] -} +{ + "packageRules": [ + { + "packageNames": [ + "victoriametrics/vmalert", + "victoriametrics/vmagent", + "victoriametrics/vminsert", + "victoriametrics/vmselect", + "victoriametrics/vmstorage" + ], + "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" + }, + { + "packageNames": ["registry.k8s.io/sig-storage/livenessprobe"], + "sourceUrl": "https://github.com/kubernetes-csi/livenessprobe" + }, + { + "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" + }, + { + "packageNames": ["ghcr.io/dgtlmoon/changedetection.io"], + "sourceUrl": "https://github.com/dgtlmoon/changedetection.io" + }, + { + "packageNames": ["gitpod/openvscode-server"], + "sourceUrl": "https://github.com/gitpod-io/openvscode-server" + }, + { + "packageNames": ["ghcr.io/linuxserver/prowlarr"], + "sourceUrl": "https://github.com/linuxserver/docker-prowlarr", + "respectLatest": true, + "allowedVersions": "<=1.8.1200 || >=1.9.0" + }, + { + "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/" + } + ] +}