mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
[Renovate] Improve logs-ux xstate rules (#211760)
This separate the renovate configs for the two xstate versions in use. This also fixes the team label, which was spelled incorrectly.
This commit is contained in:
parent
b85919e6c2
commit
7a168b3852
1 changed files with 24 additions and 4 deletions
|
@ -4003,11 +4003,30 @@
|
|||
"enabled": true
|
||||
},
|
||||
{
|
||||
"groupName": "XState",
|
||||
"groupName": "XState4",
|
||||
"matchDepNames": [
|
||||
"xstate",
|
||||
"@xstate/react"
|
||||
],
|
||||
"reviewers": [
|
||||
"team:obs-ux-logs-team"
|
||||
],
|
||||
"matchBaseBranches": [
|
||||
"main"
|
||||
],
|
||||
"labels": [
|
||||
"Team:obs-ux-logs",
|
||||
"release_note:skip",
|
||||
"backport:all-open"
|
||||
],
|
||||
"minimumReleaseAge": "7 days",
|
||||
"separateMajorMinor": true,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"groupName": "XState5",
|
||||
"matchDepNames": [
|
||||
"xstate5",
|
||||
"@xstate/react",
|
||||
"@xstate5/react"
|
||||
],
|
||||
"reviewers": [
|
||||
|
@ -4017,11 +4036,12 @@
|
|||
"main"
|
||||
],
|
||||
"labels": [
|
||||
"Team:Obs UX Logs",
|
||||
"Team:obs-ux-logs",
|
||||
"release_note:skip",
|
||||
"backport:all-open"
|
||||
],
|
||||
"minimumReleaseAge": "7 days",
|
||||
"separateMajorMinor": true,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
|
@ -4036,7 +4056,7 @@
|
|||
"main"
|
||||
],
|
||||
"labels": [
|
||||
"Team:Obs UX Logs",
|
||||
"Team:obs-ux-logs",
|
||||
"release_note:skip",
|
||||
"backport:all-open"
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue