Mark code insights related deps and add code insights team as reviewers (#24721)

* Mark code insights related deps and add proper team as reviewers

* Update renovate.json

Co-authored-by: Felix Becker <felix.b@outlook.com>
This commit is contained in:
Vova Kulikov 2021-09-08 17:21:14 +03:00 committed by GitHub
parent 9e237e1874
commit 0ccaaff66f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,14 @@
{
"packageNames": ["@octokit/rest", "@slack/web-api", "googleapis"],
"reviewers": ["beyang"]
},
{
"packagePatterns": ["^@visx/"],
"reviewers": ["team:code-insights-frontend"]
},
{
"packageNames": ["react-grid-layout"],
"reviewers": ["team:code-insights-frontend"]
}
]
}