renovate/lib/modules/datasource/sbt-package/readme.md

429 B

This datasource finds SBT package updates from Maven repositories.

By default, Renovate checks https://repo.maven.apache.org/maven2 for SBT packages. You can override the default behavior with the registryUrls config option. For example:

{
  "matchDatasources": ["sbt-package"],
  "registryUrls": [
    "https://repo.maven.apache.org/maven2",
    "https://oss.sonatype.org/content/repositories/snapshots"
  ]
}