From 50323b3a25f589a7102b41625d939331e183e7c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Aug 2025 12:58:04 +0000 Subject: [PATCH 1/2] chore(config): migrate config renovate.json --- renovate.json | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/renovate.json b/renovate.json index 5548cd4d..a333aa88 100644 --- a/renovate.json +++ b/renovate.json @@ -8,8 +8,10 @@ "customManagers": [ { "customType": "regex", - "fileMatch": ["^.github/workflows/.+\\.ya?ml$"], - "matchStrings": ["xdebug: xdebug-(?\\S+).*# renovate:keep-up-to-date"], + "managerFilePatterns": ["/^.github/workflows/.+\\.ya?ml$/"], + "matchStrings": [ + "xdebug: xdebug-(?\\S+).*# renovate:keep-up-to-date" + ], "depNameTemplate": "xdebug", "packageNameTemplate": "xdebug/xdebug", "datasourceTemplate": "github-tags", @@ -17,8 +19,10 @@ }, { "customType": "regex", - "fileMatch": ["^.github/workflows/.+\\.ya?ml$"], - "matchStrings": ["php: '(?[^']+)'.*# renovate:keep-up-to-date"], + "managerFilePatterns": ["/^.github/workflows/.+\\.ya?ml$/"], + "matchStrings": [ + "php: '(?[^']+)'.*# renovate:keep-up-to-date" + ], "depNameTemplate": "php", "packageNameTemplate": "php/php-src", "datasourceTemplate": "github-tags", @@ -26,8 +30,10 @@ }, { "customType": "regex", - "fileMatch": ["^.github/workflows/.+\\.ya?ml$"], - "matchStrings": ["node-version: '(?[^']+)'.*# renovate:keep-up-to-date"], + "managerFilePatterns": ["/^.github/workflows/.+\\.ya?ml$/"], + "matchStrings": [ + "node-version: '(?[^']+)'.*# renovate:keep-up-to-date" + ], "depNameTemplate": "node", "packageNameTemplate": "nodejs/node", "datasourceTemplate": "github-tags", From 4a13030fb9b6efd7ee40cd7436bc40e4a6eed792 Mon Sep 17 00:00:00 2001 From: Damjan Cvetko Date: Sat, 9 Aug 2025 15:40:01 +0200 Subject: [PATCH 2/2] Prettier --- renovate.json | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/renovate.json b/renovate.json index a333aa88..a7a46aeb 100644 --- a/renovate.json +++ b/renovate.json @@ -9,9 +9,7 @@ { "customType": "regex", "managerFilePatterns": ["/^.github/workflows/.+\\.ya?ml$/"], - "matchStrings": [ - "xdebug: xdebug-(?\\S+).*# renovate:keep-up-to-date" - ], + "matchStrings": ["xdebug: xdebug-(?\\S+).*# renovate:keep-up-to-date"], "depNameTemplate": "xdebug", "packageNameTemplate": "xdebug/xdebug", "datasourceTemplate": "github-tags", @@ -20,9 +18,7 @@ { "customType": "regex", "managerFilePatterns": ["/^.github/workflows/.+\\.ya?ml$/"], - "matchStrings": [ - "php: '(?[^']+)'.*# renovate:keep-up-to-date" - ], + "matchStrings": ["php: '(?[^']+)'.*# renovate:keep-up-to-date"], "depNameTemplate": "php", "packageNameTemplate": "php/php-src", "datasourceTemplate": "github-tags", @@ -31,9 +27,7 @@ { "customType": "regex", "managerFilePatterns": ["/^.github/workflows/.+\\.ya?ml$/"], - "matchStrings": [ - "node-version: '(?[^']+)'.*# renovate:keep-up-to-date" - ], + "matchStrings": ["node-version: '(?[^']+)'.*# renovate:keep-up-to-date"], "depNameTemplate": "node", "packageNameTemplate": "nodejs/node", "datasourceTemplate": "github-tags",