Skip to content

Commit

Permalink
ci(renovate): Consistent config using :automergePatch for all depen…
Browse files Browse the repository at this point in the history
…dencies
  • Loading branch information
karfau committed Jan 9, 2020
1 parent 5ffd607 commit 65f7290
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"config:js-lib",
":pinAllExceptPeerDependencies",
":separateMultipleMajorReleases",
":combinePatchMinorReleases",
":rebaseStalePrs",
":unpublishSafe",
":automergeRequireAllStatusChecks",
":automergePatch",
":semanticCommits"
],
Expand All @@ -14,12 +14,6 @@
{
"packageNames": ["node"],
"rangeStrategy": "replace"
},
{
"depTypeList": ["devDependencies"],
"updateTypes": ["patch"],
"automergeType": "branch",
"automerge": true
}
]
}

0 comments on commit 65f7290

Please sign in to comment.