Skip to content

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 April 20, 2024.

Feature requests

  • Private repository support for jb lock files #14145
  • Support git-refs for jsonnet-bundler #14010