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

Supported datasources

This manager supports extracting the following datasources: clojure.

Default config

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

Additional Information

Extracts Maven dependencies from deps.edn files.

Open items

The below list of bugs were current when this page was generated on December 14, 2025.

Bug reports

  • [deps-edn] Incorrect resolution of S3 repository URL when there are query params #37487