Merge pull request #6189 from backstage/rugvip/create-nap

changesets: update config to not bump on in-range peer dep bumps
This commit is contained in:
Patrik Oldsberg
2021-06-24 11:47:17 +02:00
committed by GitHub
+4 -1
View File
@@ -6,5 +6,8 @@
"access": "public",
"baseBranch": "master",
"updateInternalDependencies": "patch",
"ignore": []
"ignore": [],
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true
}
}