0
0
mirror of https://github.com/renovatebot/renovate.git synced 2024-12-22 21:48:32 +00:00
renovatebot_renovate/lib/modules/datasource/sbt-package/readme.md
george-wilson-rea 0208d76027
fix(sbt-plugin): add new default registry URL (#29648)
Co-authored-by: Sergei Zharinov <zharinov@users.noreply.github.com>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2024-07-01 09:54:33 +00:00

16 lines
429 B
Markdown

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:
```json
{
"matchDatasources": ["sbt-package"],
"registryUrls": [
"https://repo.maven.apache.org/maven2",
"https://oss.sonatype.org/content/repositories/snapshots"
]
}
```