- Aug 29, 2018
-
-
Rhys Arkins authored
-
Vladimir Starkov authored
Adds platform support for Bitbucket cloud. Closes #136, Closes #2238
- Aug 28, 2018
-
- Aug 27, 2018
-
-
Maximilian Gaß authored
Follow up to #2434, this lets Renovate actually update those image lines
-
Rhys Arkins authored
-
Rhys Arkins authored
-
Maximilian Gaß authored
Renovate did not recognize images where "image" was the first key in the YAML mapping inside the YAMl container list/array
-
Rhys Arkins authored
Previously if grouping, all major/minor updates within that group were combined into one. Instead, we now honour the “separateMajorMinor”, "separateMinorPatch", and "separateMultipleMajor" settings and keep the groups separate if necessary. For maximum compatibility with existing PRs, we name branches like `renovate/group-name` whenever possible and only name them like `renovate/major-group-name` or `renovate/patch-group-name` if major or patch are found. Closes #2425
- Aug 26, 2018
-
- Aug 25, 2018
-
-
Ayoub Kaanich authored
Methods to support performing Git operation using filesystem instead of web API. GitHub only and experimental only. Usage: define env variable `RENOVATE_GIT_FS`. Closes #1925
- Aug 24, 2018
-
-
Rhys Arkins authored
-
Rhys Arkins authored
-
Rhys Arkins authored
-
- Aug 23, 2018
-
-
Rhys Arkins authored
-
Rhys Arkins authored
-
Ayoub Kaanich authored
-
renovate[bot] authored
fix: update dependency gh-got to v7.1.0
- Aug 22, 2018
-
-
Rhys Arkins authored
Renovate will now attempt to decrypt with existing default padding, and if that fails then try with RSA_PKCS1_PADDING.
-
Rhys Arkins authored
Sets Cache-Control to ‘no-cache’ to instruct the http layer to always revalidate cached responses with the registry. Otherwise we can be up to 5 minutes “behind” because npmjs default cache time is 300s.
-
Rhys Arkins authored
The authorization header can interfere with caching because npmjs doesn’t return “public” in the “Cache-Control” header.
-
Rhys Arkins authored
npmjs has fixed/lowered the cache expiry time now
-
- Aug 20, 2018
-
-
Rhys Arkins authored
Closes #2363