Configure Renovate (#1666)

This commit is contained in:
renovate[bot] 2019-07-21 16:14:41 -07:00 committed by Jeff Williams
parent 94e6b88714
commit aa39dc44b6
3 changed files with 13 additions and 5 deletions

View File

@ -3,6 +3,7 @@
.eslintrc.js
.gitignore
.github/
.renovaterc.json
.travis.yml
CHANGES.md
CODE_OF_CONDUCT.md

12
.renovaterc.json Normal file
View File

@ -0,0 +1,12 @@
{
"extends": [
"config:base"
],
"statusCheckVerify": true,
"ignoreDeps": [
"taffydb"
],
"automerge": true,
"automergeType": "branch",
"rangeStrategy": "bump"
}

View File

@ -50,11 +50,6 @@
"bin": {
"jsdoc": "./jsdoc.js"
},
"greenkeeper": {
"ignore": [
"taffydb"
]
},
"bugs": "https://github.com/jsdoc/jsdoc/issues",
"author": {
"name": "Michael Mathews",