mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Dependency ownership for Shared UX team, part 1 (#200794)
## Summary This updates our `renovate.json` configuration to mark the Shared UX team as owners of their set of dependencies. I made an attempt to group the dependencies into logical groups, but this is easily changed if desired.
This commit is contained in:
parent
226924eafe
commit
8ce1c466e3
1 changed files with 90 additions and 0 deletions
|
@ -172,6 +172,96 @@
|
|||
],
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"groupName": "@elastic/appex-sharedux dependencies",
|
||||
"matchDepNames": [
|
||||
"@elastic/filesaver",
|
||||
"@elastic/numeral",
|
||||
"base64-js",
|
||||
"blurhash",
|
||||
"classnames",
|
||||
"deep-freeze-strict",
|
||||
"fflate",
|
||||
"history",
|
||||
"lz-string",
|
||||
"monaco-editor",
|
||||
"rison-node",
|
||||
"styled-components",
|
||||
"@types/base64-js",
|
||||
"@types/classnames",
|
||||
"@types/deep-freeze-strict",
|
||||
"@types/history",
|
||||
"@types/lz-string",
|
||||
"@types/styled-components"
|
||||
],
|
||||
"reviewers": [
|
||||
"team:appex-sharedux"
|
||||
],
|
||||
"matchBaseBranches": [
|
||||
"main"
|
||||
],
|
||||
"labels": [
|
||||
"Team:SharedUX",
|
||||
"release_note:skip",
|
||||
"backport:all-open"
|
||||
],
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"groupName": "@elastic/appex-sharedux emotion dependencies",
|
||||
"matchDepNames": [
|
||||
"@emotion/cache",
|
||||
"@emotion/css",
|
||||
"@emotion/react",
|
||||
"@emotion/serialize",
|
||||
"@emotion/server",
|
||||
"@emotion/styled"
|
||||
],
|
||||
"reviewers": [
|
||||
"team:appex-sharedux"
|
||||
],
|
||||
"matchBaseBranches": [
|
||||
"main"
|
||||
],
|
||||
"labels": [
|
||||
"Team:SharedUX",
|
||||
"release_note:skip",
|
||||
"backport:all-open"
|
||||
],
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"groupName": "@elastic/appex-sharedux react dependencies",
|
||||
"matchDepNames": [
|
||||
"prop-types",
|
||||
"react",
|
||||
"react-dom",
|
||||
"react-monaco-editor",
|
||||
"react-router",
|
||||
"react-router-config",
|
||||
"react-router-dom",
|
||||
"react-router-dom-v5-compat",
|
||||
"react-use",
|
||||
"@types/prop-types",
|
||||
"@types/react",
|
||||
"@types/react-dom",
|
||||
"@types/react-router",
|
||||
"@types/react-router-config",
|
||||
"@types/react-router-dom"
|
||||
],
|
||||
"reviewers": [
|
||||
"team:appex-sharedux"
|
||||
],
|
||||
"matchBaseBranches": [
|
||||
"main"
|
||||
],
|
||||
"labels": [
|
||||
"Team:SharedUX",
|
||||
"release_note:skip",
|
||||
"backport:all-open"
|
||||
],
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"groupName": "@elastic/charts",
|
||||
"matchDepNames": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue