fix(ci): control lookupName via regex
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Markus Pesch 2022-01-30 15:34:21 +01:00
parent f90dbeb283
commit 9da5bf03ea
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
2 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# HELM_VERSION
# Only required to install a specifiy version
HELM_VERSION?=v3.7.0 # renovate: datasource=github-releases depName=helm
HELM_VERSION?=v3.7.0 # renovate: datasource=github-releases depName=helm lookupName=helm/helm
# CONTAINER_RUNTIME
# The CONTAINER_RUNTIME variable will be used to specified the path to a

View File

@ -12,9 +12,8 @@
"^Makefile$"
],
"matchStrings": [
"HELM_VERSION\\?=(?<currentValue>.*) # renovate: datasource=(?<datasource>.*) depName=(?<depName>.*)"
"HELM_VERSION\\?=(?<currentValue>.*) # renovate: datasource=(?<datasource>.*) depName=(?<depName>.*) (lookupName=(?<lookupName>.*))?"
],
"lookupNameTemplate": "helm/helm",
"versioningTemplate": "semver"
}
]