Skip to content
Snippets Groups Projects
Unverified Commit 6a027d28 authored by Rhys Arkins's avatar Rhys Arkins Committed by GitHub
Browse files

fix(config): add package rule to preserveSemverRanges (#13137)

parent 992d3f6d
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ export const presets: Record<string, Preset> = {
preserveSemverRanges: {
description:
'Preserve (but continue to upgrade) any existing SemVer ranges',
rangeStrategy: 'replace',
packageRules: [{ matchPackagePatterns: ['*'], rangeStrategy: 'replace' }],
},
pinAllExceptPeerDependencies: {
description:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment