From 05661a7f1415909939106dc3b75da48f87501653 Mon Sep 17 00:00:00 2001 From: Pierre Millot Date: Tue, 24 May 2022 14:25:53 +0200 Subject: [PATCH] chore(deps): update openapi-generator-cli version (#538) --- renovate.json | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index c70c9643a..7e1decd21 100644 --- a/renovate.json +++ b/renovate.json @@ -20,18 +20,32 @@ "rangeStrategy": "bump" } ], + "regexManagers": [ + { + "fileMatch": [ + "config/openapitools.json" + ], + "matchString": [ + "\"version\": \"(?.*?)\"," + ], + "depNameTemplate": "com.openapitools:openapi-generator-cli", + "datasourceTemplate": "maven" + } + ], "ignorePaths": [ "**/client-abtesting/**", "**/algoliasearch/**", "**/algoliasearch-lite/**", "**/client-analytics/**", "**/client-insights/**", - "**/client-personalisation/**", + "**/client-personalization/**", "**/client-predict/**", "**/client-query-suggestions/**", "**/client-search/**", "**/client-sources/**", - "**/recommend/**" + "**/recommend/**", + "clients/algoliasearch-client-php/composer.json", + "tests/output/**" ], "prHourlyLimit": 10, "prConcurrentLimit": 50