Skip to content
Snippets Groups Projects
Unverified Commit c0dfd044 authored by HonkingGoose's avatar HonkingGoose Committed by GitHub
Browse files

docs: small grammar fix (#7705)

parent 47703aab
No related branches found
No related tags found
No related merge requests found
...@@ -204,7 +204,7 @@ This is an advance field and it's recommend you seek a config review before appl ...@@ -204,7 +204,7 @@ This is an advance field and it's recommend you seek a config review before appl
## bumpVersion ## bumpVersion
Currently this setting supports `helmv3` and `npm` only, so raise a feature request if you have a use for it with other package managers. Currently this setting supports `helmv3` and `npm` only, so raise a feature request if you have a use for it with other package managers.
It's purpose is if you want Renovate to update the `version` field within your file's `package.json` any time it updates dependencies within. Its purpose is if you want Renovate to update the `version` field within your file's `package.json` 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. 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.
Configure this value to `"patch"`, `"minor"` or `"major"` to have Renovate update the version in your edited `package.json`. Configure this value to `"patch"`, `"minor"` or `"major"` to have Renovate update the version in your edited `package.json`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment