Skip to content

Commit

Permalink
Merge 4c6e319 into db94fa9
Browse files Browse the repository at this point in the history
  • Loading branch information
danreeves committed May 18, 2018
2 parents db94fa9 + 4c6e319 commit 1bd4487
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
9 changes: 0 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,14 +124,5 @@
},
"lint-staged": {
"*.{js,jsx,json,md}": "pretty-quick --staged"
},
"renovate": {
"devDependencies": {
"schedule": ["on the last day of the month"],
"automerge": true,
"major": {
"automerge": false
}
}
}
}
11 changes: 8 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"extends": [
"config:base"
]
"extends": ["config:base"],
"devDependencies": {
"schedule": ["on the last day of the month"],
"automerge": true,
"major": {
"automerge": false
}
}
}

0 comments on commit 1bd4487

Please sign in to comment.