renovate/lib/modules/datasource/sbt-package
Sergei Zharinov 606ab430d1
refactor(maven): Unified result type for http fetch (#32813)
2024-12-09 18:58:07 +00:00
..
__fixtures__
__snapshots__ test: use jest v29 (#17151) 2022-08-16 14:22:29 +02:00
index.spec.ts refactor(maven): Unified result type for http fetch (#32813) 2024-12-09 18:58:07 +00:00
index.ts refactor(maven): Unified result type for http fetch (#32813) 2024-12-09 18:58:07 +00:00
readme.md fix(sbt-plugin): add new default registry URL (#29648) 2024-07-01 09:54:33 +00:00
util.spec.ts fix: better branch code coverage (#24270) 2023-09-06 11:26:22 +00:00
util.ts refactor(sbt): Reimplement `parseIndexDir` usage (#31613) 2024-09-25 16:52:28 +00:00

readme.md

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"
  ]
}