From b54ac7347bc5eda5b47d353b50801292ab1c7588 Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Wed, 19 Oct 2022 14:37:44 +0200 Subject: [PATCH] renovate: bump svgr dependencies together Signed-off-by: Johan Haals --- .github/renovate.json5 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index a8bc3448a5..5c4745c70c 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -15,5 +15,10 @@ groupName: 'API Extractor / Rush Stack monorepo packages', rangeStrategy: 'replace', }, + { + matchSourceUrlPrefixes: ['https://github.com/gregberge/svgr'], + groupName: 'SVGR monorepo packages', + rangeStrategy: 'replace', + }, ], }