From 3990040e7af86fbd8dd73606c684825a6b6eb302 Mon Sep 17 00:00:00 2001 From: Jonas L Date: Thu, 8 Sep 2022 11:12:31 +0200 Subject: [PATCH] ci: fix docusaurus monorepo config (#2101) --- .github/renovate.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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"],