sdfsdf #4

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

View File

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

View File

@ -5,15 +5,6 @@
"labels": [ "renovate" ],
"rebaseLabel": "renovate/rebase",
"rebaseWhen": "behind-base-branch",
"packageRules": [
{
"addLabels": [ "renovate/helm", "renovate/automerge" ],
"automerge": true,
"matchPackageNames": [ "helm" ],
"matchManagers": [ "regex" ],
"matchUpdateTypes": [ "minor", "patch"]
}
],
"regexManagers": [
{
"description": "Update helm version",
@ -21,9 +12,8 @@
"^Makefile$"
],
"matchStrings": [
"HELM_VERSION\\?=(?<currentValue>.*)"
"HELM_VERSION\\?=(?<currentValue>.*) # renovate: datasource=(?<datasource>.*)"
],
"datasourceTemplate": "github-releases",
"depNameTemplate": "helm",
"lookupNameTemplate": "helm/helm",
"versioningTemplate": "semver"