Skip to content

Commit

Permalink
Merge pull request #51 from yeojz/fix/update-renovate-config
Browse files Browse the repository at this point in the history
chore: update renovate configuration
  • Loading branch information
yeojz committed Apr 22, 2018
2 parents a40a010 + b3f7127 commit 53bb9e0
Showing 1 changed file with 20 additions and 5 deletions.
25 changes: 20 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,26 @@
{
"extends": [
"config:js-lib"
":separateMajorReleases",
":combinePatchMinorReleases",
":ignoreUnstable",
":renovatePrefix",
":semanticPrefixFixDepsChoreOthers",
":updateNotScheduled",
":automergeDisabled",
":ignoreModulesAndTests",
":maintainLockFilesDisabled",
":autodetectPinVersions",
":prHourlyLimit2",
":prConcurrentLimit20",

":prNotPending",
":preserveSemverRanges",
":automergePatch",

"group:monorepos",
"helpers:disableTypesNodeMajor",
"helpers:oddIsUnstablePackages"
],
"labels": ["chore"],
"major": {
"automerge": false
},
"pinVersions": false,
"rebaseStalePrs": true
}

0 comments on commit 53bb9e0

Please sign in to comment.