mirror of https://github.com/renovatebot/renovate
0208d76027
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> |
||
---|---|---|
.. | ||
__fixtures__ | ||
__snapshots__ | ||
index.spec.ts | ||
index.ts | ||
readme.md | ||
util.spec.ts | ||
util.ts |
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"
]
}