Files
kilocode/bunfig.toml
T
Imanol Maiztegui 6f34cadc8b Add minimum release age to bun install config (#10182)
* chore(deps): add minimum release age to bun install config

Set `minimumReleaseAge` to 410520 seconds (~4.75 days) to avoid
installing recently published package versions that may be unstable
or malicious.

* Update bunfig.toml

Co-authored-by: kilo-code-bot[bot] <240665456+kilo-code-bot[bot]@users.noreply.github.com>

---------

Co-authored-by: kilo-code-bot[bot] <240665456+kilo-code-bot[bot]@users.noreply.github.com>
2026-05-12 14:27:23 +00:00

8 lines
133 B
TOML

[install]
exact = true
minimumReleaseAge = 410520 # seconds (~4.75 days / ~114 hours)
[test]
root = "./do-not-run-tests-from-root"