From 1242e722980fc78679eac07b6aa1379412071cd9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 17:14:02 +0000 Subject: [PATCH] chore(config): migrate config .github/renovate.json --- .github/renovate.json | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index cb5c7661..2b0e81f9 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -16,13 +16,15 @@ ], "separateMajorMinor": true, "kubernetes": { - "fileMatch": "\\.yaml$" + "managerFilePatterns": [ + "/\.yaml$/" + ] }, "customManagers": [ { "customType": "regex", - "fileMatch": [ - "(^|/|\\.)[dD]ockerfile$" + "managerFilePatterns": [ + "/(^|/|\.)[dD]ockerfile$/" ], "matchStrings": [ "datasource=(?.*?) depName=(?.*?)( versioning=(?.*?))?\\s+ENV .*?_VERSION[=\\s](?.*)\\s" @@ -31,8 +33,8 @@ }, { "customType": "regex", - "fileMatch": [ - "(^|/|\\.)values\\.yaml$" + "managerFilePatterns": [ + "/(^|/|\.)values\.yaml$/" ], "matchStrings": [ "datasource=(?.*?) depName=(?.*?)( versioning=(?.*?))?\\s+tag:\\s*(?.*)\\s" @@ -41,8 +43,8 @@ }, { "customType": "regex", - "fileMatch": [ - "(^|/|\\.)[dD]ockerfile$" + "managerFilePatterns": [ + "/(^|/|\.)[dD]ockerfile$/" ], "matchStrings": [ "ARG IMAGE=(?.*?):(?.*?)(@(?sha256:[a-f0-9]+))?\\s"