misc: adjust renovabot config #2516
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changing some options for renovabot after it ran few times.
minimumReleaseAgevalue from 3 to 7.We know that recently there were some malicious upgrade from some packages. Even tho they have been catch fast let's be safe here. It also let time to the community to report some bugs and see of the version is "really" working
"pinVersions": trueMakes sure the version in package.json is pined and does not allow patch to be installed without them to be referenced in the package.json. Feel giving more control and we'll have renovate update the version in the package.json anyway
bumpVersionoptionIt has not the effect I expected. Thought it would bump the package.json of the upgraded package when it has a new version. Otherwise it does update the root version of our package.json. Not sure about our strategy there and we may need to consider other aspects before starting to often bump our version