Skip to content

Commit

Permalink
chore(renovate): ignore peerDependencies (#1894)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroppy authored and evilebottnawi committed May 17, 2019
1 parent df9d09c commit dbb845d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion renovate.json
Expand Up @@ -8,5 +8,11 @@
"groupName": "all patch dependencies"
},
"separateMinorPatch": true,
"rangeStrategy": "bump"
"rangeStrategy": "bump",
"packageRules": [
{
"depTypeList": ["peerDependencies"],
"enabled": false
}
]
}

0 comments on commit dbb845d

Please sign in to comment.