Automated Dependency Updates for Jsonnet Bundler
Categories: kubernetes
Renovate supports updating Jsonnet Bundler dependencies.
File Matching¶
By default, Renovate will check any files matching the following regular expression: (^|/)jsonnetfile\.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: git-tags
.
Default config¶
{
"fileMatch": [
"(^|/)jsonnetfile\\.json$"
],
"datasource": "git-tags"
}
Additional Information¶
Extracts dependencies from jsonnetfile.json
files, updates jsonnetfile.lock.json
and updates the vendor
directory.
Supports lock file maintenance.
This plugin requires jsonnet-bundler >= v0.4.0
since previous versions don't support updating single dependencies.
Open items¶
The below list of features were current when this page was generated on October 12, 2024.