Merge pull request #14863 from backstage/jhaals/ignore-yarn

renovate: Ignore yarn dependencies
This commit is contained in:
Johan Haals
2022-11-25 16:16:09 +01:00
committed by GitHub
+5
View File
@@ -21,5 +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'],
enabled: false,
},
],
}