core(renocate): use gitea-tags
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Markus Pesch 2024-12-05 22:36:21 +01:00
parent b96736bc69
commit a07c602c44
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -23,9 +23,9 @@
"matchStrings": [
"^CHART_VERSION=(?<currentValue>.*?)$"
],
"datasourceTemplate": "git-tags",
"datasourceTemplate": "gitea-tags",
"depNameTemplate": "volker.raschek/prometheus-postgres-exporter",
"lookupNameTemplate": "git.cryptic.systems/volker.raschek/prometheus-postgres-exporter",
"registryUrlTemplate": "https://git.cryptic.systems",
"versioningTemplate": "semver"
}
],