From 79e1cf87c7863a6907e2bf27da11352380a7ab2e Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sun, 30 Jan 2022 15:29:03 +0100 Subject: [PATCH] fix(ci): control datasource via regex --- Makefile | 2 +- renovate.json | 12 +----------- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/Makefile b/Makefile index 32bb869..4fc8d43 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/renovate.json b/renovate.json index 5cb4fe0..96e7baa 100644 --- a/renovate.json +++ b/renovate.json @@ -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\\?=(?.*)" + "HELM_VERSION\\?=(?.*) # renovate: datasource=(?.*)" ], - "datasourceTemplate": "github-releases", "depNameTemplate": "helm", "lookupNameTemplate": "helm/helm", "versioningTemplate": "semver"