ab10589fe8
Signed-off-by: Johan Haals <johan.haals@gmail.com>
25 lines
683 B
Plaintext
25 lines
683 B
Plaintext
{
|
|
labels: ['dependencies'],
|
|
extends: [
|
|
'config:base',
|
|
':disableDependencyDashboard',
|
|
':gitSignOff',
|
|
':automergePatch',
|
|
],
|
|
rangeStrategy: 'update-lockfile',
|
|
// @elastic/elasticsearch is ignored due to licensing issues. See #10992
|
|
ignoreDeps: ['@elastic/elasticsearch'],
|
|
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',
|
|
},
|
|
],
|
|
}
|