renovate/lib
Nikita Chashchinskii f2534bcb56 fix(cargo): set default rangeStrategy to 'bump' (#4751)
It fixes unexpected "downgrading" behavior when updating normal
  versions like `0.9.21`, which are treated as caret ranges by cargo.

  For example if rangeStrategy is 'replace', an update like
  `0.9.21` -> `0.9.22` will result in newValue = `0.9.0`, because
  "caret range" `0.9.0` contains both `=0.9.21` and `=0.9.22`
2019-10-31 08:26:10 +01:00
..
config fix(cargo): set default rangeStrategy to 'bump' (#4751) 2019-10-31 08:26:10 +01:00
datasource refactor: use re2 for regex (#4687) 2019-10-22 08:48:40 +02:00
logger feat(logger): Integrate logger with sanitizing (#4474) 2019-09-27 11:28:09 +02:00
manager docs: use https for external links (#4725) 2019-10-25 10:48:04 +02:00
platform fix(platform): encode branchName in URLs (#4694) 2019-10-22 10:47:59 +02:00
types refactor: upstream github-url-from-git typing to definitely typed (#4541) 2019-09-26 19:56:31 +02:00
util feat(docker): add insecureRegistry hostRule (#4590) 2019-10-08 09:19:11 +02:00
versioning fix(maven): support RELEASE and LATEST 2019-10-06 10:54:23 +02:00
workers feat(worker): convert 'branch' to typescript (#4449) 2019-10-18 14:30:51 +02:00
.eslintrc.js feat(platform): remove global platform variable (#4455) 2019-09-10 09:50:29 +02:00
proxy.js fix(proxy): only set variables if they they existed before (#4015) 2019-07-05 14:41:45 +02:00
renovate.ts feat(logger): store and print errors on exit (#4257) 2019-08-15 12:43:13 +02:00
types.d.ts feat(platform): remove global platform variable (#4455) 2019-09-10 09:50:29 +02:00