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'], + }, ], }