Skip to content

Automated Dependency Updates for Deps Edn

Categories: java

Renovate supports updating Deps Edn dependencies.

File Matching

By default, Renovate will check any files matching the following regular expression: (^|/)(?:deps|bb)\.edn$.

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

Supported datasources

This manager supports extracting the following datasources: clojure.

Default config

{
  "fileMatch": [
    "(^|/)(?:deps|bb)\\.edn$"
  ],
  "versioning": "maven"
}

Additional Information

Extracts Maven dependencies from deps.edn files.