core(renovate): use packageNameTemplate
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
2e8bc16f1e
commit
a3e4c0c0e7
@ -23,9 +23,9 @@
|
|||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"^CHART_VERSION=(?<currentValue>.*)$"
|
"^CHART_VERSION=(?<currentValue>.*)$"
|
||||||
],
|
],
|
||||||
"datasourceTemplate": "gitea-tags",
|
"datasourceTemplate": "git-tags",
|
||||||
"depNameTemplate": "volker.raschek/prometheus-postgres-exporter",
|
"depNameTemplate": "volker.raschek/prometheus-postgres-exporter",
|
||||||
"registryUrlTemplate": "https://git.cryptic.systems",
|
"packageNameTemplate": "git.cryptic.systems/volker.raschek/prometheus-postgres-exporter",
|
||||||
"versioningTemplate": "semver"
|
"versioningTemplate": "semver"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user