From fde97af239509473d5c8f00b6db2a3dba00fc7dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 17:59:38 +0000 Subject: [PATCH] chore(config): migrate config .github/renovate.json --- .github/renovate.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 00f3fe6..59504d3 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -2,7 +2,7 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["config:recommended", "schedule:weekly", "group:allNonMajor"], "automerge": false, - "baseBranches": ["master"], + "baseBranchPatterns": ["master"], "configMigration": true, "dependencyDashboard": true, "labels": ["dependencies"], @@ -16,7 +16,12 @@ { "groupName": "Vue Ecosystem Dependencies", "schedule": ["* 0-3 1 * *"], - "matchPackageNames": ["/^(?:@)?vue.+/", "/^(?:@)?nuxt.+/", "/^(?:@)?vite.+/", "pinia"] + "matchPackageNames": [ + "/^(?:@)?vue.+/", + "/^(?:@)?nuxt.+/", + "/^(?:@)?vite.+/", + "pinia" + ] } ], "rangeStrategy": "bump"