fix(ci): control datasource via regex
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
07bef49f49
commit
79e1cf87c7
2
Makefile
2
Makefile
@ -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
|
HELM_VERSION?=v3.7.0 # renovate: datasource=github-releases
|
||||||
|
|
||||||
# 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
|
||||||
|
@ -5,15 +5,6 @@
|
|||||||
"labels": [ "renovate" ],
|
"labels": [ "renovate" ],
|
||||||
"rebaseLabel": "renovate/rebase",
|
"rebaseLabel": "renovate/rebase",
|
||||||
"rebaseWhen": "behind-base-branch",
|
"rebaseWhen": "behind-base-branch",
|
||||||
"packageRules": [
|
|
||||||
{
|
|
||||||
"addLabels": [ "renovate/helm", "renovate/automerge" ],
|
|
||||||
"automerge": true,
|
|
||||||
"matchPackageNames": [ "helm" ],
|
|
||||||
"matchManagers": [ "regex" ],
|
|
||||||
"matchUpdateTypes": [ "minor", "patch"]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"regexManagers": [
|
"regexManagers": [
|
||||||
{
|
{
|
||||||
"description": "Update helm version",
|
"description": "Update helm version",
|
||||||
@ -21,9 +12,8 @@
|
|||||||
"^Makefile$"
|
"^Makefile$"
|
||||||
],
|
],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"HELM_VERSION\\?=(?<currentValue>.*)"
|
"HELM_VERSION\\?=(?<currentValue>.*) # renovate: datasource=(?<datasource>.*)"
|
||||||
],
|
],
|
||||||
"datasourceTemplate": "github-releases",
|
|
||||||
"depNameTemplate": "helm",
|
"depNameTemplate": "helm",
|
||||||
"lookupNameTemplate": "helm/helm",
|
"lookupNameTemplate": "helm/helm",
|
||||||
"versioningTemplate": "semver"
|
"versioningTemplate": "semver"
|
||||||
|
Loading…
Reference in New Issue
Block a user