Skip to content

Automated Dependency Updates for sbt

Categories: java

Renovate supports updating sbt dependencies.

File Matching

By default, Renovate will check any files matching any of the following regular expressions:

/\.sbt$/
/project/[^/]*\.scala$/
/project/build\.properties$/
/(^|/)repositories$/

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

Supported datasources

This manager supports extracting the following datasources: maven, sbt-package, sbt-plugin, github-releases.

Default config

{
  "managerFilePatterns": [
    "/\\.sbt$/",
    "/project/[^/]*\\.scala$/",
    "/project/build\\.properties$/",
    "/(^|/)repositories$/"
  ],
  "versioning": "ivy"
}

Additional Information

Extracts Maven artifact dependencies for SBT.