commit c7fccf6c4ea477c29038fc9fee0af0e25b33fc4c Author: Marcus Noble Date: Fri Jun 30 18:32:16 2023 +0100 Added source-urls preset Signed-off-by: Marcus Noble diff --git a/source-urls.json b/source-urls.json new file mode 100644 index 0000000..d4c0c77 --- /dev/null +++ b/source-urls.json @@ -0,0 +1,42 @@ +{ + "packageRules": [ + { + "packageNames": [ + "victoriametrics/vmalert", + "victoriametrics/vmagent", + "victoriametrics/vminsert", + "victoriametrics/select", + "victoriametrics/storage" + ], + "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/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": ["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" + } + ] +}