From c0618fbbe88bfa8ce0cc494e71edf19a8583b6d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Dec 2025 20:13:09 +0000 Subject: [PATCH] Migrate config .github/renovate.json --- .github/renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 2020358..e05114b 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -7,8 +7,8 @@ "customManagers": [ { "customType": "regex", - "fileMatch": [ - "src/test/java/org/jenkinsci/plugins/reverse_proxy_auth/docker/PlanetExpressTest.java" + "managerFilePatterns": [ + "/src/test/java/org/jenkinsci/plugins/reverse_proxy_auth/docker/PlanetExpressTest.java/" ], "matchStrings": [ ".* TEST_IMAGE =\n\\s*\"(?.*?):(?.*?)@(?sha256:.*?)\";\n"