Skip to content
This repository was archived by the owner on Aug 5, 2019. It is now read-only.
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Configure Renovate (#2)
  • Loading branch information
renovate[bot] authored and sbardian committed Mar 19, 2018
commit e8a85c6acaa8bfdecc8e95b109d8e6124b1237af
18 changes: 18 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"extends": ["config:base"],
"commitMessage": "Update {{depName}} to {{newVersion}}",
"automergeType": "branch-push",
"automerge": true,
"major": {
"automerge": false
},
"prConcurrentLimit": 0,
"prHourlyLimit": 0,
"packageRules": [
{
"description": "Disable react monorepo grouping",
"extends": "monorepo:react",
"groupName": null
}
],
}