From 783a97cda0361499a2942ca076ecefe373de8590 Mon Sep 17 00:00:00 2001 From: Dzmitry Lemechko Date: Mon, 2 Dec 2024 14:39:48 +0100 Subject: [PATCH] [renovate] move ownership for faker to team:kibana-visualizations (#202329) ## Summary @markov00 opened PR to [migrate](https://github.com/elastic/kibana/pull/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 --- renovate.json | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 9ec7446ebf5dc..2512721d9db33 100644 --- a/renovate.json +++ b/renovate.json @@ -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", @@ -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": [