mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 06:56:24 +00:00
308ed432db
Upgrade ranges to latest version even if latest version satisfies existing range. | name | value | | ------- | ------- | | type | boolean | | default | false | By default, Renovate assumes that if you are using ranges then it's because you want them to be wide/open. As such, Renovate won't deliberately "narrow" the range by increasing the semver value inside. For example, if your `package.json` specifies a value for `left-pad` of `^1.0.0` and the latest version on npmjs is `1.2.0`, then Renovate won't change anything. If instead you'd prefer to be updated to `^1.2.0` in cases like this, then set `upgradeInRange` to `true` in your Renovate config. This feature supports simple caret (`^`) and tilde (`~`) ranges only, like `^1.0.0` and `~1.0.0`. It is not compatible with `pinVersions=true`. Closes #1607 |
||
---|---|---|
.. | ||
_fixtures | ||
config | ||
datasource | ||
logger | ||
manager | ||
platform | ||
workers | ||
.eslintrc.js | ||
chai.js | ||
globals.js | ||
renovate.spec.js | ||
website-docs.spec.js |