Skip to content

Commit

Permalink
chore(renovate): disable pinning for peerDependencies (#955)
Browse files Browse the repository at this point in the history
Renovate v12 introduces a default of `pinVersions=false` and removes the hardcoded `peerDependencies.pinVersions=false` setting. This repository's root level `pinVersions=true` therefore then trickles down to `peerDependencies` as well. This PR updates Renovate config to use a preset that pins everything except `peerDependencies`.
  • Loading branch information
rarkins authored and abernix committed Apr 10, 2018
1 parent 4db35ab commit 441cd9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"pinVersions": true,
"extends": [":pinAllExceptPeerDependencies"],
"semanticCommits": true,
"depTypes": [{ "depType": "dependencies", "pinVersions": false }],
"timezone": "America/Los_Angeles",
Expand Down

0 comments on commit 441cd9b

Please sign in to comment.