Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
renovate
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
Renovate Bot
renovate
Commits
c0dfd044
Unverified
Commit
c0dfd044
authored
4 years ago
by
HonkingGoose
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
docs: small grammar fix (#7705)
parent
47703aab
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/usage/configuration-options.md
+1
-1
1 addition, 1 deletion
docs/usage/configuration-options.md
with
1 addition
and
1 deletion
docs/usage/configuration-options.md
+
1
−
1
View file @
c0dfd044
...
@@ -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`
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment