Skip to content

Commit

Permalink
Dependency ownership for Shared UX team, part 1 (elastic#200794)
Browse files Browse the repository at this point in the history
## 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.
  • Loading branch information
legrego authored and TattdCodeMonkey committed Nov 21, 2024
1 parent 56580b3 commit 492917d
Showing 1 changed file with 90 additions and 0 deletions.
90 changes: 90 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 492917d

Please sign in to comment.