From b0f82c32a46235c2a9f7962f4a64854a4cf68e2d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 13:08:14 +0000 Subject: [PATCH] chore(config): migrate config renovate.json --- renovate.json | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/renovate.json b/renovate.json index 214316e..c258be6 100644 --- a/renovate.json +++ b/renovate.json @@ -3,24 +3,38 @@ "extends": [ "config:recommended" ], - "labels": ["dependencies"], + "labels": [ + "dependencies" + ], "packageRules": [ { - "matchUpdateTypes": ["patch"], - "matchManagers": ["npm"], + "matchUpdateTypes": [ + "patch" + ], + "matchManagers": [ + "npm" + ], "automerge": true }, { - "matchManagers": ["npm"], - "matchDepTypes": ["devDependencies"], + "matchManagers": [ + "npm" + ], + "matchDepTypes": [ + "devDependencies" + ], "groupName": "dev dependencies" } ], "customManagers": [ { "customType": "regex", - "fileMatch": ["^VCLUSTER_VERSION$"], - "matchStrings": ["(?v\\d+\\.\\d+\\.\\d+[^\\n]*)\\n"], + "managerFilePatterns": [ + "/^VCLUSTER_VERSION$/" + ], + "matchStrings": [ + "(?v\\d+\\.\\d+\\.\\d+[^\\n]*)\\n" + ], "datasourceTemplate": "github-releases", "depNameTemplate": "loft-sh/vcluster", "extractVersionTemplate": "^v(?.*)$"