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 managerFilePatterns value, please follow this link.

Supported datasources

This manager supports extracting the following datasources: git-tags.

Default config

{
  "managerFilePatterns": [
    "/(^|/)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.