2f2f202155
Signed-off-by: blam <ben@blam.sh>
20 lines
668 B
Plaintext
20 lines
668 B
Plaintext
{
|
|
labels: ['dependencies'],
|
|
extends: ['config:base', ':disableDependencyDashboard', ':gitSignOff'],
|
|
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',
|
|
},
|
|
],
|
|
}
|