diff --git a/.github/renovate.json5 b/.github/renovate.json5 index cc3ec31d36..b58c0beb05 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -21,9 +21,10 @@ groupName: 'SVGR monorepo packages', rangeStrategy: 'replace', }, + // We update yarn packages manually as it's gzip'd and we don't want to pollute the repository too much. { matchSourceUrls: ['https://github.com/yarnpkg/berry'], - excludePackagePatterns: ['^@yarnpkg', '^yarn'], + enabled: false, }, ], }