From: Cameron Otsuka Date: Mon, 24 Nov 2025 19:12:38 +0000 (-0800) Subject: use dependency cooldown X-Git-Url: https://git.otsuka.systems/?a=commitdiff_plain;h=3b739e3df654c32a029478114227b732d7efb76e;p=cotsuka.github.io use dependency cooldown --- 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