diff --git a/.github/renovate.json b/.github/renovate.json index 5f0a2b683..70528b9bc 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -23,8 +23,11 @@ }, { "matchPaths": ["website/**"], - "addLabels": ["javascript"], - "extends": ["monorepo:docusaurus"] + "addLabels": ["javascript"] + }, + { + "extends": "monorepo:docusaurus", + "groupName": "docusaurus monorepo" }, { "matchUpdateTypes": ["patch"],