renovate config schema migration

This commit is contained in:
Larry Gregory 2024-08-26 13:44:48 -04:00
parent 7039eaf25b
commit da12693c10
No known key found for this signature in database
GPG key ID: 59D6BEB5A5596DB3

View file

@ -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",