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 fileMatch
value, please follow this link.
Supported datasources¶
This manager supports extracting the following datasources: devbox
.
Default config¶
{
"fileMatch": [
"(^|/)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.