Rhys Arkins
2107ae1948
fix: rename go -> golang
2018-10-01 14:05:40 +02:00
Rhys Arkins
4c570c7bad
docs: add Go Modules doc
2018-10-01 14:02:07 +02:00
Rhys Arkins
f4210631c0
feat: go modules support ( #2584 )
...
Adds support for updating go modules (found in go.mod) and the accompanying go.sum checksum files.
Limitations:
- github.com modules only (but supports "redirects" to github e.g. by gopkg.in and golang.org)
- skips major upgrades > v1
- no vendoring support
Closes #933 , Closes #2578 , Closes #2579
2018-10-01 13:50:36 +02:00
Rhys Arkins
7402b9b7c4
feat(composer): enable composer by default ( #2577 )
2018-10-01 11:38:00 +02:00
Renovate Bot
6144855b89
build(deps): update dependency luxon to v1.4.2
2018-10-01 06:52:44 +02:00
Rhys Arkins
a49a58c5f0
refactor: getLockFile -> getArtifacts
2018-09-30 10:10:42 +02:00
Renovate Bot
3cc664f4e4
build(deps): update dependency simple-git to v1.103.0
2018-09-30 07:06:33 +00:00
Rhys Arkins
56eb334789
fix(branchName): replace all forward slashes
2018-09-30 07:40:32 +02:00
Rhys Arkins
bb1a06e22c
fix(pr): escape double v in release notes
2018-09-30 07:40:13 +02:00
Rhys Arkins
94123c0b04
fix(onboarding): add line break
2018-09-30 07:39:09 +02:00
Renovate Bot
0e3cf9137e
build(deps): update dependency parse-diff to v0.5.1
2018-09-29 08:03:50 +00:00
Renovate Bot
0dd78ce9a1
build(deps): update dependency luxon to v1.4.1
2018-09-29 07:04:40 +00:00
Renovate Bot
a5d95ecc1a
chore(deps): update dependency eslint to v5.6.1
2018-09-29 06:04:08 +00:00
renovate[bot]
9bf339a24b
build(deps): update dependency @sindresorhus/is to v0.12.0 ( #2570 )
2018-09-28 15:20:46 +02:00
Rhys Arkins
74ff5662cd
docs: Bitbucket Cloud not Server
2018-09-28 15:13:04 +02:00
Rhys Arkins
281de8979e
feat(composer): use docker cli for binarySource
2018-09-28 14:55:14 +02:00
Rhys Arkins
5b73be2f31
fix: title rebase even if PR edited
2018-09-27 16:22:27 +02:00
Rhys Arkins
2555339552
feat: rebase using PR title
...
If PR title starts with “rebase!” then PR will be rebased.
2018-09-27 15:34:13 +02:00
Rhys Arkins
860ee49496
chore: fix label deletion typo
2018-09-27 15:16:16 +02:00
Rhys Arkins
d99afc36bb
fix: calculate patch from from/to version
...
not current/new value
2018-09-27 15:00:44 +02:00
Rhys Arkins
29115ba38c
fix: bump patch only if explicitly separating
...
Bump updates should only be separated into “patch” if users explicitly separate patch and minor.
Closes https://github.com/renovatebot/presets/issues/85
2018-09-27 14:57:28 +02:00
Rhys Arkins
5956adf8bc
fix(pr): improve rebase instructions
2018-09-27 14:32:45 +02:00
Rhys Arkins
03525a3560
refactor: minify bundled yarn
2018-09-27 14:26:39 +02:00
Rhys Arkins
dbe30501bf
fix(yarn): prepend nested path with node
2018-09-27 13:18:53 +02:00
Rhys Arkins
ec27dee005
fix: check for installed renovate bundled yarn
2018-09-27 13:01:33 +02:00
Rhys Arkins
c980fa1e13
fix: bundle yarn binary instead of aliasing
2018-09-27 12:35:05 +02:00
Rhys Arkins
d05e41de1a
chore: don't automerge npm and yarn
2018-09-27 11:31:44 +02:00
Rhys Arkins
1a209989bc
feat: yarn integrity switching ( #2567 )
...
Detects if `yarn.lock` contains `integrity` fields already and if so then runs `yarn` using v1.10.1 instead of the default v1.9.4.
2018-09-27 11:30:04 +02:00
Rhys Arkins
6503a2dab5
fix(gitfs): handle null file list ( #2564 )
2018-09-27 06:48:44 +02:00
Rhys Arkins
50efa3d42a
fix: revert yarn
2018-09-27 05:46:52 +02:00
Renovate Bot
856c9ab869
chore(deps): update dependency chai to v4.2.0
2018-09-26 16:10:25 +00:00
Renovate Bot
e4837042f2
build(deps): update dependency yarn to v1.10.1
2018-09-26 15:06:09 +00:00
Rhys Arkins
0e2947aa3f
fix(followTag): jump unstable
...
Fixes #2561
2018-09-26 15:52:06 +02:00
Renovate Bot
5d59c94705
build(deps): update dependency yarn to v1.10.0
2018-09-26 00:04:12 +00:00
Renovate Bot
eadf631a61
build(deps): update dependency pnpm to v2.16.2
2018-09-25 23:03:59 +00:00
Rhys Arkins
8c27d6fb23
tests: drop fatal test and ignore
2018-09-25 12:30:44 +02:00
Rhys Arkins
1135b02252
fix(composer): autoremove, fix tests
2018-09-25 12:14:02 +02:00
Rhys Arkins
705c57416a
fix(composer): pass cache dir to docker
2018-09-25 11:35:16 +02:00
Rhys Arkins
1dd4c8ce76
fix(yarn): check binarySource=global
2018-09-25 11:18:15 +02:00
Rhys Arkins
75d07170cb
feat(composer): support docker install
2018-09-25 10:31:07 +02:00
Rhys Arkins
912ff2846a
refactor(composer): don’t delete scripts before install
2018-09-25 09:03:01 +02:00
Rhys Arkins
150dfa8a5d
refactor(composer): use cache dir
2018-09-25 09:03:01 +02:00
Rhys Arkins
e4db4a4a35
fix(github): handle ‘empty’ repository properly
2018-09-25 08:50:47 +02:00
Renovate Bot
487d1f810e
build(deps): update dependency validator to v10.8.0
2018-09-25 01:04:32 +00:00
Rhys Arkins
d6e7fe6477
fix(pr): correct minor -> patch
2018-09-24 22:19:33 +02:00
Rhys Arkins
6f16f1c569
feat: prBody default to Change column
2018-09-24 22:04:04 +02:00
Rhys Arkins
2aa9c3c83d
fix: try/catch branch prune
2018-09-24 21:22:34 +02:00
Rhys Arkins
ffc04a0203
fix(github): catch 409 empty
2018-09-24 20:02:57 +02:00
Rhys Arkins
af0a112585
chore: instalbul -> istanbul
2018-09-24 20:02:46 +02:00
Rhys Arkins
8f6c239383
fix(npm): ignore react-native changelog
2018-09-24 16:02:18 +02:00