Skip to content

Commit

Permalink
docs(configuration-options): fix duplicated docs in bumpVersion (#26478)
Browse files Browse the repository at this point in the history
  • Loading branch information
dklimpel authored Jan 2, 2024
1 parent b4dd814 commit 4abc306
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/usage/configuration-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,6 @@ 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`, `pep621` 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`, `pep621`, `poetry` 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.
Expand Down

0 comments on commit 4abc306

Please sign in to comment.