mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[renovate] cleanup and disable dependency dashboard (#110664)
This commit is contained in:
parent
1ea921368f
commit
23a178895f
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
extends: [
|
||||
'config:base',
|
||||
':disableDependencyDashboard',
|
||||
],
|
||||
ignorePaths: [
|
||||
'**/__fixtures__/**',
|
||||
|
@ -12,12 +13,11 @@
|
|||
baseBranches: [
|
||||
'master',
|
||||
'7.x',
|
||||
'7.13',
|
||||
'7.15',
|
||||
],
|
||||
prConcurrentLimit: 0,
|
||||
prHourlyLimit: 0,
|
||||
separateMajorMinor: false,
|
||||
masterIssue: true,
|
||||
rangeStrategy: 'bump',
|
||||
semanticCommits: false,
|
||||
vulnerabilityAlerts: {
|
||||
|
@ -39,7 +39,7 @@
|
|||
packageNames: ['@elastic/charts'],
|
||||
reviewers: ['markov00', 'nickofthyme'],
|
||||
matchBaseBranches: ['master'],
|
||||
labels: ['release_note:skip', 'v8.0.0', 'v7.14.0', 'auto-backport'],
|
||||
labels: ['release_note:skip', 'v8.0.0', 'v7.16.0', 'auto-backport'],
|
||||
enabled: true,
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue