Skip to content

Commit

Permalink
chore(deps): really ignore clients (#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
millotp authored May 24, 2022
1 parent 28a9b18 commit 2d7dfcc
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,17 @@
}
],
"ignorePaths": [
"!clients/algoliasearch-client-javascript/requester-*/**",
"!clients/algoliasearch-client-javascript/client-common/**"
"**/client-abtesting/**",
"**/algoliasearch/**",
"**/algoliasearch-lite/**",
"**/client-analytics/**",
"**/client-insights/**",
"**/client-personalisation/**",
"**/client-predict/**",
"**/client-query-suggestions/**",
"**/client-search/**",
"**/client-sources/**",
"**/recommend/**"
],
"prHourlyLimit": 10,
"prConcurrentLimit": 50
Expand Down

0 comments on commit 2d7dfcc

Please sign in to comment.