Automated Dependency Updates for Devbox
Categories: no-category
Renovate supports updating Devbox dependencies.
File Matching¶
By default, Renovate will check any files matching the following regular expression: /(^|/)devbox\.json$/.
For details on how to extend a manager's managerFilePatterns value, please follow this link.
Supported datasources¶
This manager supports extracting the following datasources: devbox.
Default config¶
{
"managerFilePatterns": [
"/(^|/)devbox\\.json$/"
]
}
Additional Information¶
Used for updating devbox projects.
Devbox is a tool for creating isolated, reproducible development environments that run anywhere.
It uses nix packages sourced from the devbox package registry.
Package versioning¶
Some packages in the devbox registry don't follow the basic versioning we have set up.
We have allowed for defining an versioning API override within tool-versioning.ts.