Vladimir Starkov
608d8c5be0
feat: Bitbucket Cloud support
...
Adds platform support for Bitbucket cloud.
Closes #136 , Closes #2238
2018-08-29 07:30:23 +02:00
Rhys Arkins
f99af76370
fix(circleci): support nested directories
2018-08-29 06:58:55 +02:00
Rhys Arkins
e2f51b51ce
refactor: RENOVATE_USER_AGENT
2018-08-28 17:07:00 +02:00
Rhys Arkins
d19ac8b666
refactor: log err.headers when rate limit exceeded
2018-08-28 16:10:33 +02:00
Rhys Arkins
994284d2cb
refactor(logs): special handling for module
2018-08-28 12:40:50 +02:00
Renovate Bot
d25376b546
fix: update dependency semantic-release to v15.9.12
2018-08-27 22:57:48 +00:00
Rhys Arkins
4ef12ff598
fix: check val before migrating
2018-08-27 17:05:24 +02:00
Maximilian Gaß
ff19fb4478
fix(kubernetes): Fix updating of image in YAML array ( #2435 )
...
Follow up to #2434 , this lets Renovate actually update those image lines
2018-08-27 16:24:58 +02:00
Rhys Arkins
265f796ea6
fix: remove excess newlines from pr body
2018-08-27 13:56:53 +02:00
Rhys Arkins
d6f473db17
fix: remove unnecessary @ escaping
2018-08-27 13:51:44 +02:00
Rhys Arkins
df142f475e
fix: add line break after Compare Source in PR template
2018-08-27 13:51:37 +02:00
Maximilian Gaß
515cec28cb
fix(kubernetes): support image line in a YAML array ( #2434 )
...
Renovate did not recognize images where "image" was the first key in the YAML mapping inside the YAMl container list/array
2018-08-27 13:16:51 +02:00
Rhys Arkins
5fb9d77bba
feat: separate groups into major/minor/patch ( #2426 )
...
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
2018-08-27 06:25:17 +02:00
Renovate Bot
4fae707b90
fix: update dependency semantic-release to v15.9.11
2018-08-26 22:17:57 +00:00
Renovate Bot
5720f2efb1
fix: update dependency pnpm to v2.13.6
2018-08-25 16:20:15 +00:00
Ayoub Kaanich
ce5f434b56
feat: Git FS ( #2323 )
...
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
2018-08-25 15:50:49 +02:00
Rhys Arkins
08b44a062a
chore: rename packageFile/fileName in extract
2018-08-24 17:49:32 +02:00
Rhys Arkins
50acfff1ba
fix: packageRules.paths definition
2018-08-24 17:08:32 +02:00
Rhys Arkins
af547f070e
Update renovate.json
2018-08-24 14:54:40 +02:00
Rhys Arkins
1a5e84fa66
chore: update readme
2018-08-24 13:34:26 +02:00
Renovate Bot
59873a3a54
fix: update dependency validator to v10.7.0
2018-08-24 07:17:48 +00:00
Rhys Arkins
154ff9e800
fix(logs): move autoclose log
2018-08-23 21:20:45 +02:00
Rhys Arkins
a9758dc77e
refactor(logs): autoclosed
2018-08-23 20:37:52 +02:00
Rhys Arkins
6b6d1bf859
refactor(logs): return logs to app layer
2018-08-23 20:35:25 +02:00
Rhys Arkins
bd5d7eedb8
refactor(logs): rename autoclose log
2018-08-23 20:16:12 +02:00
Rhys Arkins
1be6c9f713
refactor(logs): adjust log levels for branch and pr events
2018-08-23 20:11:38 +02:00
Rhys Arkins
d76ddb0cbd
docs: update Docker descriptions ( #2418 )
2018-08-23 18:46:49 +02:00
Ayoub Kaanich
bb1229cf18
chore: gitignore nuget auto generated files ( #2414 )
2018-08-23 18:37:11 +02:00
renovate[bot]
2137c35efd
fix: update dependency gh-got to v7.1.0 ( #2417 )
...
fix: update dependency gh-got to v7.1.0
2018-08-23 17:19:08 +02:00
Rhys Arkins
3d0637f432
feat: support encryption with RSA_PKCS1_PADDING
...
Renovate will now attempt to decrypt with existing default padding, and if that fails then try with RSA_PKCS1_PADDING.
2018-08-22 11:00:19 +02:00
Rhys Arkins
00b89c77b6
fix(npm): revalidate all registry requests
...
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.
2018-08-22 09:54:26 +02:00
Rhys Arkins
3d1a715d2b
fix(npm): don’t authorize public non-scoped packages
...
The authorization header can interfere with caching because npmjs doesn’t return “public” in the “Cache-Control” header.
2018-08-22 09:53:26 +02:00
Rhys Arkins
9b3f4b90e1
fix(npm): remove temporary cache-blocking code for scoped
...
npmjs has fixed/lowered the cache expiry time now
2018-08-22 09:49:18 +02:00
Renovate Bot
b34bba4bdd
fix: update dependency delay to v3.1.0
2018-08-20 20:19:25 +00:00
Rhys Arkins
d1ee797e54
fix: add trailing / to endpoint
...
Closes #2363
2018-08-20 12:53:57 +02:00
Rhys Arkins
93d02e5e75
docs: improve self-hosted documentation
...
Added content as suggested/contributed by @swashata.
Closes https://github.com/renovatebot/config-help/issues/71
2018-08-20 12:12:03 +02:00
Renovate Bot
8bced91126
fix: update dependency compare-versions to v3.3.1
2018-08-18 19:22:07 +00:00
Renovate Bot
6147e6936d
fix: update dependency semantic-release to v15.9.9
2018-08-18 18:11:30 +00:00
Renovate Bot
c66c859c16
chore: update linters
2018-08-18 07:00:50 +02:00
Renovate Bot
186d0fe50e
fix: update dependency semver to v5.5.1
2018-08-17 22:21:53 +00:00
Renovate Bot
7c43911fbd
fix: update dependency pnpm to v2.13.5
2018-08-17 20:59:03 +00:00
Rhys Arkins
c1dd5c0c8c
feat: show both homepage and source repo for each dep
...
Changes PR body to show both homepage and source repo if both are present in the datasource metadata.
Closes #2387
2018-08-17 17:27:54 +02:00
Rhys Arkins
2eaaaca6a9
tests: update snapshot
2018-08-17 17:19:00 +02:00
Maximilian Gaß
8a9c371bef
fix(docker): fix Docker group template ( #2398 )
2018-08-17 10:46:30 +02:00
Rhys Arkins
d4aec0ff76
feat(npm): perform full install if file: references found
...
npm’s —package-lock-only implementation seems to have a bug and produces incorrect lock files when file: references are present. If file: dependencies are detected, skipInstalls is set to false.
Closes #2401
2018-08-17 08:22:41 +02:00
Renovate Bot
a47ffff3bd
fix: update dependency validator to v10.6.0
2018-08-17 03:51:53 +00:00
Renovate Bot
ccc4ae7c09
chore: update dependency jest-silent-reporter to v0.1.0
2018-08-16 22:17:04 +00:00
Rhys Arkins
ebb3496586
fix(npm): skip caching for scoped packages
...
Ref: https://npm.community/t/scoped-packages-have-latest-version-disappear-temporarily-soon-after-publish/633/7
2018-08-16 22:15:11 +02:00
Rhys Arkins
8cf9334273
tests: update snapshots
2018-08-16 18:37:22 +02:00
Rhys Arkins
b5f2a8940d
refactor: hasUrls
2018-08-16 18:35:16 +02:00