From 7179348aa851901ff2e586913e3327bc4ac7f9e5 Mon Sep 17 00:00:00 2001 From: Andrew Rissing Date: Mon, 14 Nov 2022 08:30:41 -0600 Subject: [PATCH] Updating formatting --- docs/usage/configuration-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/configuration-options.md b/docs/usage/configuration-options.md index de6be222349d0c..d7fd6531243f36 100644 --- a/docs/usage/configuration-options.md +++ b/docs/usage/configuration-options.md @@ -334,7 +334,7 @@ This is an advance field and it's recommend you seek a config review before appl ## bumpVersion -Currently this setting supports `helmv3`, `npm`, 'nuget', `maven` and `sbt` only, so raise a feature request if you have a use for it with other package managers. +Currently this setting supports `helmv3`, `npm`, `nuget`, `maven` and `sbt` only, so raise a feature request if you have a use for it with other package managers. Its purpose is if you want Renovate to update the `version` field within your package file any time it updates dependencies within. Usually this is for automatic release purposes, so that you don't need to add another step after Renovate before you can release a new version.