Skip to content

Commit

Permalink
[renovate] move ownership for faker to team:kibana-visualizations (#2…
Browse files Browse the repository at this point in the history
…02329)

## Summary

@markov00 opened PR to
[migrate](#201105) from `faker`,
but it probably will take extra time and to keep track let's move its
ownership to `team:kibana-visualizations`

---------

Co-authored-by: Marco Vettorello <[email protected]>
  • Loading branch information
dmlemeshko and markov00 authored Dec 2, 2024
1 parent 1a864ac commit 783a97c
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,10 @@
"groupName": "@elastic/appex-qa dependencies",
"matchDepNames": [
"cheerio",
"@types/faker",
"@types/pixelmatch",
"@types/pngjs",
"@types/supertest",
"babel-plugin-istanbul",
"faker",
"nyc",
"oboe",
"pixelmatch",
Expand Down Expand Up @@ -377,6 +375,26 @@
"enabled": true,
"minimumReleaseAge": "7 days"
},
{
"groupName": "@elastic/kibana-visualizations test dependencies",
"matchDepNames": [
"@types/faker",
"faker"
],
"reviewers": [
"team:visualizations"
],
"matchBaseBranches": [
"main"
],
"labels": [
"Team:Visualizations",
"release_note:skip",
"backport:prev-minor"
],
"enabled": true,
"minimumReleaseAge": "7 days"
},
{
"groupName": "@elastic/charts",
"matchDepNames": [
Expand Down

0 comments on commit 783a97c

Please sign in to comment.