From 3b739e3df654c32a029478114227b732d7efb76e Mon Sep 17 00:00:00 2001 From: Cameron Otsuka Date: Mon, 24 Nov 2025 11:12:38 -0800 Subject: [PATCH] use dependency cooldown --- bunfig.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 bunfig.toml diff --git a/bunfig.toml b/bunfig.toml new file mode 100644 index 0000000..1cb8508 --- /dev/null +++ b/bunfig.toml @@ -0,0 +1,5 @@ +telemetry = false + +[install] +minimumReleaseAge = 259200 +minimumReleaseAgeExcludes = ["@types/bun", "typescript"] \ No newline at end of file -- 2.52.0