Skip to content

Automated Dependency Updates for Leiningen

Categories: java

Renovate supports updating Leiningen dependencies.

File Matching

By default, Renovate will check any files matching the following regular expression: /(^|/)project\.clj$/.

For details on how to extend a manager's managerFilePatterns value, please follow this link.

Supported datasources

This manager supports extracting the following datasources: clojure.

Dependency types

This manager extracts the following depType values:

depType Description
dependencies Listed under :dependencies
managed-dependencies Listed under :managed-dependencies
plugins Listed under :plugins
pom-plugins Listed under :pom-plugins
parent-project Listed under :parent-project (via lein-parent :coords)

Default config

{
  "managerFilePatterns": [
    "/(^|/)project\\.clj$/"
  ],
  "versioning": "maven"
}

Additional Information

Extracts Maven-type dependencies.