core(renovate): update regexp
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Markus Pesch 2024-12-05 23:18:47 +01:00
parent a07c602c44
commit 2e8bc16f1e
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -21,7 +21,7 @@
"^README\\.md$"
],
"matchStrings": [
"^CHART_VERSION=(?<currentValue>.*?)$"
"^CHART_VERSION=(?<currentValue>.*)$"
],
"datasourceTemplate": "gitea-tags",
"depNameTemplate": "volker.raschek/prometheus-postgres-exporter",