From 55e509f62d976c84dd8396ddfa8d26ec3eb8c441 Mon Sep 17 00:00:00 2001 From: Rodney Gitzel <rgitzel@users.noreply.github.com> Date: Fri, 25 Jun 2021 03:30:45 -0700 Subject: [PATCH] docs: clarify how `bumpVersion` for `sbt` works (#10595) --- docs/usage/configuration-options.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/usage/configuration-options.md b/docs/usage/configuration-options.md index 62ab4d627d..0c4a7a021f 100644 --- a/docs/usage/configuration-options.md +++ b/docs/usage/configuration-options.md @@ -283,6 +283,8 @@ For `npm` only you can also configure this field to `"mirror:x"` where `x` is th Doing so means that the `package.json` `version` field will mirror whatever the version is that `x` depended on. Make sure that version is a pinned version of course, as otherwise it won't be valid. +For `sbt` note that Renovate will update the version string only for packages that have the version string in their project's `built.sbt` file. + ## cloneSubmodules ## commitBody -- GitLab