From 9fb2f6590980fa379b237d3f87d79e1ace5dfa7c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 09:01:03 +0100 Subject: [PATCH] chore(config): migrate config renovate.json (#116) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- renovate.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 36162ef..b67362b 100644 --- a/renovate.json +++ b/renovate.json @@ -3,10 +3,13 @@ "extends": [ "config:recommended" ], - "regexManagers": [ + "customManagers": [ { + "customType": "regex", "description": "Update VERSION variables in Dockerfiles", - "fileMatch": ["^Dockerfile$"], + "fileMatch": [ + "^Dockerfile$" + ], "matchStrings": [ "# renovate: datasource=(?[a-z-]+?) depName=(?.+?)(?: versioning=(?[a-z-]+?))?\\s(?:ENV|ARG) .+?_VERSION=\"(?.+?)\"\\s", "# renovate: datasource=(?[a-z-]+?) depName=(?.+?)(?: versioning=(?[a-z-]+?))?\\s(?:ENV|ARG) VERSION=\"(?.+?)\"\\s" @@ -14,4 +17,4 @@ "versioningTemplate": "{{#if versioning}}{{versioning}}{{else}}semver{{/if}}" } ] -} \ No newline at end of file +}