Ayoub Kaanich
edfcfc3838
feat: decouple npm and github logic in changelog ( #1926 )
...
This PR splits the logic behind changelog into manager (npm) and source (github)
the manager provides the repo url + versions
the source consumes the manager info and generates changelog info
Closes #1911
2018-05-07 04:49:26 +02:00
Rhys Arkins
ac2bc0decb
refactor: rename upgrades to updates in branchify
2018-05-06 20:12:01 +02:00
teppeis
abebabb91d
fix: remove a useless param
2018-05-06 18:02:54 +02:00
Rhys Arkins
4c72978e29
fix: strip git suffix from changelog repository
2018-05-06 12:33:58 +02:00
Rhys Arkins
93547f12df
refactor: simplify stale lock file maintenance deletion
2018-05-06 12:28:37 +02:00
Rhys Arkins
6fbcc1ae73
fix: check for empty packageRules before applying
2018-05-06 12:04:48 +02:00
Rhys Arkins
e7ef20d33b
refactor: simplify config stages
2018-05-06 11:59:33 +02:00
Rhys Arkins
9e49017456
fix: deep copy in mergeChildConfig
2018-05-06 11:52:53 +02:00
Rhys Arkins
c059095196
docs: refactor packageRules selectors ( #1920 )
2018-05-06 09:34:19 +02:00
Rhys Arkins
7e5aeacd1d
refactor: rename option.parents -> parent
2018-05-06 08:29:38 +02:00
Țurcanu Dragomir
f17146aa8d
docs: remove autogenerated data from configuration options file ( #1917 )
2018-05-06 07:39:00 +02:00
Renovate Bot
ea00044a72
fix: update dependency semantic-release to v15.3.1
2018-05-05 20:31:07 +00:00
Renovate Bot
c2b33576c3
fix: update dependency semantic-release to v15.3.0
2018-05-05 16:40:00 +00:00
Rhys Arkins
15c89c4def
docs: add automergeComment example
2018-05-04 08:39:43 +02:00
Renovate Bot
dc779c5b13
fix: update dependency pnpm to v1.41.3
2018-05-04 06:28:20 +00:00
Rhys Arkins
1762ee68a0
feat: automergeComment ( #1906 )
...
Adds new option “pr-comment” for `automergeType` and a new option `automergeComment` to use in such a case.
2018-05-04 06:55:01 +02:00
Rhys Arkins
cb570f58f6
fix(templates): skip depType if not present
2018-05-04 06:49:32 +02:00
Rhys Arkins
f190ca505b
fix(docker): handle null string when extracting
2018-05-03 19:27:57 +02:00
Rhys Arkins
45dc236e40
fix: log request options with when errored
2018-05-03 19:18:53 +02:00
Rhys Arkins
7a6bcfcf0e
fix: handle undefined depType in onboarding PR
2018-05-03 18:35:57 +02:00
Rhys Arkins
19e35ffee0
refactor: return object from extract ( #1914 )
2018-05-03 18:09:18 +02:00
Rhys Arkins
1c6be50172
fix: move delete packageRules
2018-05-03 14:44:20 +02:00
Rhys Arkins
acafbbb66f
refactor: rename package rules config for readability
2018-05-03 14:42:27 +02:00
Rhys Arkins
45f3c4c765
refactor: move package rules logic to separate file
2018-05-03 14:41:04 +02:00
Rhys Arkins
0415a05cc4
refactor: move package-rules to separate file
2018-05-03 14:28:14 +02:00
Rhys Arkins
80ebeadf83
logs: serialize array fields
2018-05-03 14:21:24 +02:00
Rhys Arkins
3a5c3dd908
fix: make ignoreDeps mergeable
2018-05-03 14:14:05 +02:00
Rhys Arkins
626ef3fd92
refactor: add parents for parentRules
2018-05-03 14:11:25 +02:00
Rhys Arkins
3cfbb36577
fix: don’t add options with parents to defaults
2018-05-03 14:07:20 +02:00
Rhys Arkins
64a45bf6dd
feat: enable buildkite by default
2018-05-03 09:43:15 +02:00
Rhys Arkins
d5c0729f64
feat: buildkite release notes ( #1910 )
...
Adds a link to the latest version notes in the PR body, as well as a source compare link for all commits between the current version and the new version.
Closes #1876
2018-05-03 09:39:12 +02:00
SevenTurtles
29894e180f
docs: use mkdocs for website docs
...
Closes #1661 , Closes #1884 , Closes #1909
2018-05-02 21:54:30 +02:00
Renovate Bot
f798407d17
fix: update dependency semantic-release to v15.2.0
2018-05-01 20:33:28 +00:00
Rhys Arkins
100c6368d8
fix: update node.js data
2018-05-01 20:46:54 +02:00
Rhys Arkins
16c1fe85a4
refactor: remove unused dep type merge config
2018-05-01 20:04:44 +02:00
Renovate Bot
5c342ab17d
fix: update dependency semantic-release to v15.1.11
2018-05-01 17:33:20 +00:00
renovate[bot]
58d3866095
fix: update dependency fs-extra to v6 ( #1904 )
2018-05-01 18:14:43 +02:00
Rhys Arkins
89b4401b5f
chore: log source repo with tag failure
2018-05-01 17:55:05 +02:00
Rhys Arkins
a20376d336
refactor: info not warn when missing tags
2018-05-01 17:27:53 +02:00
Rhys Arkins
6199b88ac5
fix: rename cachePath for changelog commits
2018-05-01 12:39:46 +02:00
Rhys Arkins
5e6d286672
chore: update yarn.lock
2018-05-01 12:39:29 +02:00
Ayoub Kaanich
0b64cfac3e
feat: refactor commits retrieval ( #1886 )
...
Refactor changelog (commits) logic to separate sources, and remove the `changelog` dependency. Instead of a full copy/paste of commits, a link is now provided to the source repo.
Closes #381
2018-05-01 11:55:40 +02:00
Renovate Bot
beee7b0d65
fix: update dependency got to v8.3.1
2018-05-01 08:29:55 +00:00
Rhys Arkins
a94088ba28
feat: deprecate packageFiles ( #1898 )
...
This PR deprecates the use of `packageFiles` and migrates it to `includePaths` and `packageRules`.
Closes #1887
2018-05-01 09:21:15 +02:00
Rhys Arkins
a17cbda1a9
fix: allow config.global limit for maxPackageFiles
2018-05-01 08:25:27 +02:00
Rhys Arkins
336ab8fdf8
refactor: don’t warn when no Dockerfile FROM found
2018-05-01 07:59:58 +02:00
Rhys Arkins
c800ee9344
refactor: remove custom docker resolve/contentPatterns ( #1897 )
2018-04-30 18:57:52 +02:00
Rhys Arkins
43742467f6
feat: includePaths ( #1896 )
...
Adds a config option `includePaths` that allows the user to specify one or more paths to include in renovation and the rest will be excluded.
2018-04-30 16:13:32 +02:00
Rhys Arkins
55c2a4619e
feat: rate limit packageFile retrieval
...
Uses fixed limits of 5 concurrent for a maximum of 100. Issues Warning if more than 100 found. Can be made configurable later if requested.
Closes #1895
2018-04-30 14:08:48 +02:00
Rhys Arkins
12702bfe35
chore: drop bundled deps
2018-04-30 14:07:54 +02:00