Skip to content

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.

Dependency types

This manager has no documented depType values.

Default config

{
  "managerFilePatterns": [
    "/(^|/)jsonnetfile\\.json$/"
  ],
  "datasource": "git-tags"
}

Lock File Maintenance

This manager supports lockFileMaintenance for the following file(s):

  • jsonnetfile.lock.json

Lock file maintenance is delegated to the underlying package manager, which Renovate runs as an external command.

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.