From 68e50fbc7ec651f173cb2ab14f01bb22fd57af2d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 15:22:10 +0000 Subject: [PATCH] chore(config): migrate config .github/renovate.json --- .github/renovate.json | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 0e3527ce..cacf6919 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,12 +1,20 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:best-practices"], - "ignoreDeps": ["taiki-e/install-action"], + "extends": [ + "config:best-practices" + ], + "ignoreDeps": [ + "taiki-e/install-action" + ], "packageRules": [ { - "matchManagers": ["cargo"], - "matchPackagePatterns": ["^arborium-"], - "groupName": "arborium crates" + "matchManagers": [ + "cargo" + ], + "groupName": "arborium crates", + "matchPackageNames": [ + "/^arborium-/" + ] } ] }