Automated Dependency Updates for Bun Version
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 fileMatch
value, please follow this link.
Supported datasources¶
This manager supports extracting the following datasources: npm
.
Default config¶
{
"fileMatch": [
"(^|/)\\.bun-version$"
],
"versioning": "npm"
}
Additional Information¶
Simply keeps the .bun-version
file updated.