From 2d7dfcc404c381c7541d4e8009a29bf3b6b8839d Mon Sep 17 00:00:00 2001 From: Pierre Millot Date: Tue, 24 May 2022 10:43:01 +0200 Subject: [PATCH] chore(deps): really ignore clients (#536) --- renovate.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 577eb00dd0..c70c9643a2 100644 --- a/renovate.json +++ b/renovate.json @@ -21,8 +21,17 @@ } ], "ignorePaths": [ - "!clients/algoliasearch-client-javascript/requester-*/**", - "!clients/algoliasearch-client-javascript/client-common/**" + "**/client-abtesting/**", + "**/algoliasearch/**", + "**/algoliasearch-lite/**", + "**/client-analytics/**", + "**/client-insights/**", + "**/client-personalisation/**", + "**/client-predict/**", + "**/client-query-suggestions/**", + "**/client-search/**", + "**/client-sources/**", + "**/recommend/**" ], "prHourlyLimit": 10, "prConcurrentLimit": 50