mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Dependency ownership for ML UI team, part 1 (#204110)
## Summary This updates our `renovate.json` configuration to mark the ML UI team as owners of their set of dependencies.
This commit is contained in:
parent
f2f2a0a689
commit
86d87ee746
1 changed files with 21 additions and 0 deletions
|
@ -260,6 +260,27 @@
|
|||
],
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"groupName": "@elastic/ml-ui dependencies",
|
||||
"matchDepNames": [
|
||||
"@types/he",
|
||||
"he",
|
||||
"react-popper-tooltip"
|
||||
],
|
||||
"reviewers": [
|
||||
"team:ml-ui"
|
||||
],
|
||||
"matchBaseBranches": [
|
||||
"main"
|
||||
],
|
||||
"labels": [
|
||||
"Team:ML",
|
||||
":ml",
|
||||
"release_note:skip",
|
||||
"backport:all-open"
|
||||
],
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"groupName": "@elastic/fleet dependencies",
|
||||
"matchDepNames": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue