Skip to content

Commit 6fbdcf4

Browse files
authored
Add changesets config option for always upgrading internal dependents (Shopify#6243)
1 parent 77cde3d commit 6fbdcf4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.changeset/config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,8 @@
77
"access": "public",
88
"baseBranch": "main",
99
"updateInternalDependencies": "patch",
10-
"ignore": []
10+
"ignore": [],
11+
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
12+
"updateInternalDependents": "always"
13+
}
1114
}

0 commit comments

Comments
 (0)