summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Matthew Phillips <matthew@skypack.dev> 2022-12-27 11:43:49 -0500
committerGravatar GitHub <noreply@github.com> 2022-12-27 11:43:49 -0500
commit87a0d8bf100429900988acdf1bd6dc00f2fb8cba (patch)
treeefeed40f5e0daf039c10cfbccc1a3153d21b2869
parent830680bbf86f5b3dcdf5e3561927952874c77aa9 (diff)
downloadastro-87a0d8bf100429900988acdf1bd6dc00f2fb8cba.tar.gz
astro-87a0d8bf100429900988acdf1bd6dc00f2fb8cba.tar.zst
astro-87a0d8bf100429900988acdf1bd6dc00f2fb8cba.zip
Add experimental feature (#5681)
-rw-r--r--.changeset/config.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/.changeset/config.json b/.changeset/config.json
index 8292fbe07..6099b9f61 100644
--- a/.changeset/config.json
+++ b/.changeset/config.json
@@ -6,5 +6,8 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
- "ignore": ["@example/*", "@test/*"]
+ "ignore": ["@example/*", "@test/*"],
+ "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
+ "onlyUpdatePeerDependentsWhenOutOfRange": true
+ }
}