UNPKG

@elastic/elasticsearch-mock

Version:

Mock utility for the Elasticsearch's Node.js client

25 lines (24 loc) 409 B
{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "local>elastic/renovate-config" ], "schedule": [ "* * * * 0" ], "packageRules": [ { "matchDepTypes": [ "devDependencies" ], "automerge": true }, { "matchDepTypes": [ "dependencies" ], "rangeStrategy": "bump", "automerge": false } ] }