File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed
Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments