mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Dependency ownership for Fleet team, part 1 (#200990)
## Summary This updates our renovate.json configuration to mark the Fleet team as owners of their set of dependencies.
This commit is contained in:
parent
716375b622
commit
8c00f5f1af
1 changed files with 39 additions and 4 deletions
|
@ -260,6 +260,30 @@
|
|||
],
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"groupName": "@elastic/fleet dependencies",
|
||||
"matchDepNames": [
|
||||
"exponential-backoff",
|
||||
"@paralleldrive/cuid2",
|
||||
"isbinaryfile",
|
||||
"js-search",
|
||||
"openpgp",
|
||||
"remark-gfm",
|
||||
"@types/js-search"
|
||||
],
|
||||
"reviewers": [
|
||||
"team:fleet"
|
||||
],
|
||||
"matchBaseBranches": [
|
||||
"main"
|
||||
],
|
||||
"labels": [
|
||||
"Team:Fleet",
|
||||
"release_note:skip",
|
||||
"backport:all-open"
|
||||
],
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"groupName": "@elastic/charts",
|
||||
"matchDepNames": [
|
||||
|
@ -1303,10 +1327,21 @@
|
|||
},
|
||||
{
|
||||
"groupName": "@elastic/request-converter",
|
||||
"matchDepNames": ["@elastic/request-converter"],
|
||||
"reviewers": ["team:kibana-management"],
|
||||
"matchBaseBranches": ["main"],
|
||||
"labels": ["release_note:skip", "backport:skip", "Team:Kibana Management", "Feature:Console"],
|
||||
"matchDepNames": [
|
||||
"@elastic/request-converter"
|
||||
],
|
||||
"reviewers": [
|
||||
"team:kibana-management"
|
||||
],
|
||||
"matchBaseBranches": [
|
||||
"main"
|
||||
],
|
||||
"labels": [
|
||||
"release_note:skip",
|
||||
"backport:skip",
|
||||
"Team:Kibana Management",
|
||||
"Feature:Console"
|
||||
],
|
||||
"enabled": true
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue