From 14454012cc3519a6f2659ee10411045d5533e4e2 Mon Sep 17 00:00:00 2001 From: Dei Vilkinsons <6226576+vilkinsons@users.noreply.github.com> Date: Wed, 22 Oct 2025 10:20:44 +0200 Subject: [PATCH] H-5508: Add group for `@react-three` npm packages --- renovate-config.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/renovate-config.json b/renovate-config.json index 2440cdc..6b67281 100644 --- a/renovate-config.json +++ b/renovate-config.json @@ -190,6 +190,11 @@ "matchManagers": ["npm"], "matchPackageNames": ["/^@graphql//", "/^graphql-/", "/graphql$/"] }, + { + "groupName": "`@react-three` npm packages", + "matchManagers": ["npm"], + "matchPackageNames": ["/^@react-three//"] + }, { "description": "Exclude `tldraw` from updates due to non-OSS license in later releases", "matchManagers": ["npm"],