From 40baca8731e9a3cbb2e8f6fa637d666a9ea3dffa Mon Sep 17 00:00:00 2001 From: Sergei Zharinov Date: Mon, 22 Dec 2025 12:19:25 -0300 Subject: [PATCH] chore: Update renovate.json --- .github/renovate.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index a796bcf7..0e3527ce 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,5 +1,12 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["config:best-practices"], - "ignoreDeps": ["taiki-e/install-action"] + "ignoreDeps": ["taiki-e/install-action"], + "packageRules": [ + { + "matchManagers": ["cargo"], + "matchPackagePatterns": ["^arborium-"], + "groupName": "arborium crates" + } + ] }