Skip to content

Commit 7268171

Browse files
authored
chore(deps): update openapi-generator-cli version (#538)
1 parent 2d7dfcc commit 7268171

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

renovate.json

+16-2
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,32 @@
2020
"rangeStrategy": "bump"
2121
}
2222
],
23+
"regexManagers": [
24+
{
25+
"fileMatch": [
26+
"config/openapitools.json"
27+
],
28+
"matchString": [
29+
"\"version\": \"(?<currentValue>.*?)\","
30+
],
31+
"depNameTemplate": "com.openapitools:openapi-generator-cli",
32+
"datasourceTemplate": "maven"
33+
}
34+
],
2335
"ignorePaths": [
2436
"**/client-abtesting/**",
2537
"**/algoliasearch/**",
2638
"**/algoliasearch-lite/**",
2739
"**/client-analytics/**",
2840
"**/client-insights/**",
29-
"**/client-personalisation/**",
41+
"**/client-personalization/**",
3042
"**/client-predict/**",
3143
"**/client-query-suggestions/**",
3244
"**/client-search/**",
3345
"**/client-sources/**",
34-
"**/recommend/**"
46+
"**/recommend/**",
47+
"clients/algoliasearch-client-php/composer.json",
48+
"tests/output/**"
3549
],
3650
"prHourlyLimit": 10,
3751
"prConcurrentLimit": 50

0 commit comments

Comments
 (0)