From b477daef273aa52644bab4b66a5d60b1e5effe3d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Dec 2025 20:17:22 +0000 Subject: [PATCH] Migrate config .github/renovate.json --- .github/renovate.json | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index ebebc05..5e9f69f 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -4,16 +4,26 @@ "github>jenkinsci/renovate-config" ], "automerge": true, - "regexManagers": [ + "customManagers": [ { - "fileMatch": ["pom.xml"], - "matchStrings": ["(?.*?)<\/node.version>"], + "customType": "regex", + "managerFilePatterns": [ + "/pom.xml/" + ], + "matchStrings": [ + "(?.*?)" + ], "depNameTemplate": "node", "datasourceTemplate": "npm" }, { - "fileMatch": ["pom.xml"], - "matchStrings": ["(?.*?)<\/npm.version>"], + "customType": "regex", + "managerFilePatterns": [ + "/pom.xml/" + ], + "matchStrings": [ + "(?.*?)" + ], "depNameTemplate": "npm", "datasourceTemplate": "npm" }