Files
backstage/.github/renovate.json5
T
Johan Haals 7b8b2e46f5 renovate: ignore @elastic/elasticsearch
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-04-22 15:18:23 +02:00

20 lines
643 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'],
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',
},
],
}