Automated Dependency Updates for Bun Version (original) (raw)
Categories: js
Renovate supports updating Bun Version dependencies.
File Matching¶
By default, Renovate will check any files matching the following regular expression: /(^|/)\.bun-version$/.
For details on how to extend a manager's managerFilePatterns value, please follow this link.
Supported datasources¶
This manager supports extracting the following datasources: npm.
Dependency types¶
This manager has no documented depType values.
Default config¶
{ "managerFilePatterns": [ "/(^|/)\\.bun-version$/" ], "versioning": "npm" }
Additional Information¶
Simply keeps the .bun-version file updated.