mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
renovate config schema migration
This commit is contained in:
parent
7039eaf25b
commit
da12693c10
1 changed files with 32 additions and 40 deletions
|
@ -31,10 +31,10 @@
|
|||
},
|
||||
"packageRules": [
|
||||
{
|
||||
"matchDepPatterns": [
|
||||
".*"
|
||||
],
|
||||
"enabled": false
|
||||
"enabled": false,
|
||||
"matchDepNames": [
|
||||
"/.*/"
|
||||
]
|
||||
},
|
||||
{
|
||||
"groupName": "chainguard",
|
||||
|
@ -241,11 +241,9 @@
|
|||
{
|
||||
"groupName": "babel",
|
||||
"matchDepNames": [
|
||||
"@types/babel__core"
|
||||
],
|
||||
"matchDepPatterns": [
|
||||
"^@babel",
|
||||
"^babel-plugin"
|
||||
"@types/babel__core",
|
||||
"/^@babel/",
|
||||
"/^babel-plugin/"
|
||||
],
|
||||
"reviewers": [
|
||||
"team:kibana-operations"
|
||||
|
@ -302,9 +300,6 @@
|
|||
},
|
||||
{
|
||||
"groupName": "typescript-eslint",
|
||||
"matchDepPatterns": [
|
||||
"^@typescript-eslint"
|
||||
],
|
||||
"reviewers": [
|
||||
"team:kibana-operations"
|
||||
],
|
||||
|
@ -316,13 +311,13 @@
|
|||
"release_note:skip"
|
||||
],
|
||||
"minimumReleaseAge": "7 days",
|
||||
"enabled": true
|
||||
"enabled": true,
|
||||
"matchDepNames": [
|
||||
"/^@typescript-eslint/"
|
||||
]
|
||||
},
|
||||
{
|
||||
"groupName": "eslint-plugin-depend",
|
||||
"matchDepPatterns": [
|
||||
"eslint-plugin-depend"
|
||||
],
|
||||
"reviewers": [
|
||||
"team:kibana-operations"
|
||||
],
|
||||
|
@ -334,15 +329,16 @@
|
|||
"release_note:skip"
|
||||
],
|
||||
"minimumReleaseAge": "7 days",
|
||||
"enabled": true
|
||||
"enabled": true,
|
||||
"matchDepNames": [
|
||||
"/eslint-plugin-depend/"
|
||||
]
|
||||
},
|
||||
{
|
||||
"groupName": "polyfills",
|
||||
"matchDepNames": [
|
||||
"core-js"
|
||||
],
|
||||
"matchDepPatterns": [
|
||||
"polyfill"
|
||||
"core-js",
|
||||
"/polyfill/"
|
||||
],
|
||||
"reviewers": [
|
||||
"team:kibana-operations"
|
||||
|
@ -399,9 +395,6 @@
|
|||
},
|
||||
{
|
||||
"groupName": "cypress",
|
||||
"matchDepPatterns": [
|
||||
"cypress"
|
||||
],
|
||||
"reviewers": [
|
||||
"Team:apm",
|
||||
"Team: SecuritySolution"
|
||||
|
@ -414,7 +407,10 @@
|
|||
"ci:all-cypress-suites"
|
||||
],
|
||||
"minimumReleaseAge": "7 days",
|
||||
"enabled": true
|
||||
"enabled": true,
|
||||
"matchDepNames": [
|
||||
"/cypress/"
|
||||
]
|
||||
},
|
||||
{
|
||||
"groupName": "security solution modules",
|
||||
|
@ -605,12 +601,6 @@
|
|||
"matchBaseBranches": [
|
||||
"main"
|
||||
],
|
||||
"matchDepPatterns": [
|
||||
"^@storybook"
|
||||
],
|
||||
"excludeDepNames": [
|
||||
"@storybook/testing-react"
|
||||
],
|
||||
"labels": [
|
||||
"Team:Operations",
|
||||
"release_note:skip",
|
||||
|
@ -619,7 +609,11 @@
|
|||
],
|
||||
"minimumReleaseAge": "7 days",
|
||||
"allowedVersions": "<7.0",
|
||||
"enabled": true
|
||||
"enabled": true,
|
||||
"matchDepNames": [
|
||||
"/^@storybook/",
|
||||
"!@storybook/testing-react"
|
||||
]
|
||||
},
|
||||
{
|
||||
"groupName": "@storybook/testing-react",
|
||||
|
@ -793,10 +787,8 @@
|
|||
{
|
||||
"groupName": "XState",
|
||||
"matchDepNames": [
|
||||
"xstate"
|
||||
],
|
||||
"matchDepPrefixes": [
|
||||
"@xstate/"
|
||||
"xstate",
|
||||
"@xstate/{/,}**"
|
||||
],
|
||||
"reviewers": [
|
||||
"team:obs-ux-logs-team"
|
||||
|
@ -813,9 +805,6 @@
|
|||
},
|
||||
{
|
||||
"groupName": "OpenTelemetry modules",
|
||||
"matchDepPrefixes": [
|
||||
"@opentelemetry/"
|
||||
],
|
||||
"reviewers": [
|
||||
"team:stack-monitoring"
|
||||
],
|
||||
|
@ -826,7 +815,10 @@
|
|||
"Team:Monitoring"
|
||||
],
|
||||
"minimumReleaseAge": "7 days",
|
||||
"enabled": true
|
||||
"enabled": true,
|
||||
"matchDepNames": [
|
||||
"@opentelemetry/{/,}**"
|
||||
]
|
||||
},
|
||||
{
|
||||
"groupName": "csp",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue