37a38b27da
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
18 lines
526 B
Plaintext
18 lines
526 B
Plaintext
{
|
|
labels: ['dependencies'],
|
|
extends: ['config:base', ':disableDependencyDashboard', ':gitSignOff'],
|
|
rangeStrategy: 'update-lockfile',
|
|
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',
|
|
},
|
|
],
|
|
}
|