Skip to content
This repository has been archived by the owner on Aug 5, 2019. It is now read-only.

Update react-router to ^4.0.0-abandoned #19

Closed
wants to merge 6 commits into from
Closed
Changes from 3 commits
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
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
}
]
}