Skip to content

Commit

Permalink
chore(deps): update openapi-generator-cli version (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
millotp committed May 24, 2022
1 parent 0cf2e6f commit 05661a7
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,32 @@
"rangeStrategy": "bump"
}
],
"regexManagers": [
{
"fileMatch": [
"config/openapitools.json"
],
"matchString": [
"\"version\": \"(?<currentValue>.*?)\","
],
"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
Expand Down

0 comments on commit 05661a7

Please sign in to comment.