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"],