492b65294c
Signed-off-by: Johan Haals <johan.haals@gmail.com>
31 lines
1.0 KiB
Plaintext
31 lines
1.0 KiB
Plaintext
{
|
|
labels: ['dependencies'],
|
|
extends: ['config:base', ':disableDependencyDashboard', ':gitSignOff'],
|
|
postUpdateOptions: ['yarnDedupeHighest'],
|
|
rangeStrategy: 'update-lockfile',
|
|
// @elastic/elasticsearch is ignored due to licensing issues. See #10992
|
|
ignoreDeps: ['@elastic/elasticsearch', 'event-source-polyfill'],
|
|
packageRules: [
|
|
{
|
|
matchSourceUrlPrefixes: ['https://github.com/spotify/web-scripts'],
|
|
groupName: 'Spotify web-scripts monorepo packages',
|
|
rangeStrategy: 'replace',
|
|
},
|
|
{
|
|
matchSourceUrlPrefixes: ['https://github.com/microsoft/rushstack'],
|
|
groupName: 'API Extractor / Rush Stack monorepo packages',
|
|
rangeStrategy: 'replace',
|
|
},
|
|
{
|
|
matchSourceUrlPrefixes: ['https://github.com/gregberge/svgr'],
|
|
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,
|
|
},
|
|
],
|
|
}
|