From e0dfc0a960cbfa5a5040c735d989c614749e15f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 10:19:14 +0000 Subject: [PATCH] chore(config): migrate config renovate.json --- renovate.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 77fbb47c..84576d12 100644 --- a/renovate.json +++ b/renovate.json @@ -7,7 +7,9 @@ "customManagers": [ { "customType": "regex", - "fileMatch": ["^scripts/VERSIONS$"], + "fileMatch": [ + "^scripts/VERSIONS$" + ], "matchStrings": [ "# renovate: datasource=(?.*?) depName=(?.*?)\\s.*?_VERSION=(?.*)\\s" ] @@ -22,8 +24,12 @@ "groupName": "GitHub Actions: artifact" }, { - "matchManagers": ["regex"], - "matchPackageNames": ["openssl/openssl"], + "matchManagers": [ + "custom.regex" + ], + "matchPackageNames": [ + "openssl/openssl" + ], "extractVersion": "^openssl-(?.*)$" } ]