From 67ba03ce2f9e86c6c7348d8ab2a5751c243943ca Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Fri, 25 Nov 2022 15:01:50 +0100 Subject: [PATCH] renovate: Ignore yarn dependencies Signed-off-by: Johan Haals --- .github/renovate.json5 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 93e0471fd3..cc3ec31d36 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -21,5 +21,9 @@ groupName: 'SVGR monorepo packages', rangeStrategy: 'replace', }, + { + matchSourceUrls: ['https://github.com/yarnpkg/berry'], + excludePackagePatterns: ['^@yarnpkg', '^yarn'], + }, ], }