sdfsdf #4

Closed
CSRBot wants to merge 15 commits from renovate/helm-3.x into master
2 changed files with 3 additions and 4 deletions
Showing only changes of commit 463cd40c97 - Show all commits

View File

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

View File

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