0
0
mirror of https://github.com/renovatebot/renovate.git synced 2024-12-22 13:38:32 +00:00
renovatebot_renovate/lib/modules/manager/bun
2024-12-18 14:39:51 +00:00
..
artifacts.spec.ts feat(bun): Add support for updating text-format lockfile when package.json changes (#33189) 2024-12-18 14:39:51 +00:00
artifacts.ts feat(manager/bun): Support allowScripts and ignoreScripts (#31190) 2024-09-04 04:29:24 +00:00
extract.spec.ts feat(bun): Add support for updating text-format lockfile when package.json changes (#33189) 2024-12-18 14:39:51 +00:00
extract.ts feat(bun): Add support for updating text-format lockfile when package.json changes (#33189) 2024-12-18 14:39:51 +00:00
index.ts feat(bun): Add support for updating text-format lockfile when package.json changes (#33189) 2024-12-18 14:39:51 +00:00
readme.md feat(bun): support multiple lock files (#24594) 2023-09-22 11:31:58 +00:00

Used for updating bun projects. Bun is a tool for JavaScript projects and therefore an alternative to managers like npm, pnpm and Yarn.

If a package.json is found to be part of bun manager results then the same file will be excluded from the npm manager results unless an npm/pnpm/Yarn lock file is also found.