File tree 1 file changed +16
-2
lines changed
1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change 20
20
"rangeStrategy" : " bump"
21
21
}
22
22
],
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
+ ],
23
35
"ignorePaths" : [
24
36
" **/client-abtesting/**" ,
25
37
" **/algoliasearch/**" ,
26
38
" **/algoliasearch-lite/**" ,
27
39
" **/client-analytics/**" ,
28
40
" **/client-insights/**" ,
29
- " **/client-personalisation /**" ,
41
+ " **/client-personalization /**" ,
30
42
" **/client-predict/**" ,
31
43
" **/client-query-suggestions/**" ,
32
44
" **/client-search/**" ,
33
45
" **/client-sources/**" ,
34
- " **/recommend/**"
46
+ " **/recommend/**" ,
47
+ " clients/algoliasearch-client-php/composer.json" ,
48
+ " tests/output/**"
35
49
],
36
50
"prHourlyLimit" : 10 ,
37
51
"prConcurrentLimit" : 50
You can’t perform that action at this time.
0 commit comments