mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
Configure Renovate (#1666)
This commit is contained in:
parent
94e6b88714
commit
aa39dc44b6
@ -3,6 +3,7 @@
|
||||
.eslintrc.js
|
||||
.gitignore
|
||||
.github/
|
||||
.renovaterc.json
|
||||
.travis.yml
|
||||
CHANGES.md
|
||||
CODE_OF_CONDUCT.md
|
||||
|
||||
12
.renovaterc.json
Normal file
12
.renovaterc.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"extends": [
|
||||
"config:base"
|
||||
],
|
||||
"statusCheckVerify": true,
|
||||
"ignoreDeps": [
|
||||
"taffydb"
|
||||
],
|
||||
"automerge": true,
|
||||
"automergeType": "branch",
|
||||
"rangeStrategy": "bump"
|
||||
}
|
||||
@ -50,11 +50,6 @@
|
||||
"bin": {
|
||||
"jsdoc": "./jsdoc.js"
|
||||
},
|
||||
"greenkeeper": {
|
||||
"ignore": [
|
||||
"taffydb"
|
||||
]
|
||||
},
|
||||
"bugs": "https://github.com/jsdoc/jsdoc/issues",
|
||||
"author": {
|
||||
"name": "Michael Mathews",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user