Commit graph

4282 commits

Author SHA1 Message Date
Rishabh Jain
8acc17eea4 feat(packageRules): support baseBranchList (#3358) 2019-03-11 17:42:30 +01:00
Sergio Zharinov
be597e8d7f fix(maven): Allow leading qualifiers (#3357)
This PR allows exotic versions starting with letters

Closes #3350
2019-03-11 16:57:23 +01:00
Rishabh Jain
c1663e3db1 tests: move fixtures to corresponding directories (#3351)
- Refactor: move fixtures to corresponding directories
- Delete unused fixtures

Resolves: #3328
2019-03-11 16:50:10 +01:00
Michael Kriese
3550297122 fix(npm): fix repo url handling (#3353)
closes #3352
2019-03-11 14:12:48 +01:00
Rhys Arkins
ca66b34aaa fix(github): handle no firstPatchedVersion 2019-03-11 11:45:41 +01:00
Rhys Arkins
64a78e92a9 fix(pip_setup): detect no file found and warn 2019-03-11 11:33:03 +01:00
Rhys Arkins
30df7a1244 fix(composer): catch/throw disk space 2019-03-11 10:46:15 +01:00
Florian Greinacher
8bd75923bb feat(gitlab): try merging PR on creation (#3308) 2019-03-11 10:07:54 +01:00
Rishabh Jain
390526f320 docs: Fix link in docs/readme.md (#3349) 2019-03-11 10:07:22 +01:00
Rhys Arkins
96dcff5117 tests: update snapshot 2019-03-10 10:14:53 +01:00
Rhys Arkins
9ea64f42da refactor(github): hardcode vulnerability branchTopic 2019-03-10 08:46:46 +01:00
Rhys Arkins
fe9230f849 fix(github): special branch name for vulnerability alerts 2019-03-10 08:44:29 +01:00
Rhys Arkins
9cd81a0b6d feat(github): include vulnerability descriptions 2019-03-10 08:40:28 +01:00
Rhys Arkins
57af6160c2 fix(package-rules): check lockedVersion against matchCurrentVersion 2019-03-10 08:24:21 +01:00
Rhys Arkins
65e5b957e9 fix(github): combine vulnerability alerts 2019-03-10 07:20:44 +01:00
Rhys Arkins
63daf6ef89 refactor: vulnerability manager mapping 2019-03-10 05:20:41 +01:00
Rhys Arkins
eb5ccffdcd fix: update GitHub vulnerability alerts parsing
Closes #3340
2019-03-09 07:16:12 +01:00
Rhys Arkins
7cb4ae9a82 fix: add dotnet language 2019-03-09 07:15:16 +01:00
Rhys Arkins
587bb215f5 docs: fix languages example 2019-03-09 07:10:50 +01:00
Renovate Bot
be9554608d build(deps): update dependency fast-clone to v1.5.8 2019-03-09 06:00:32 +00:00
Rhys Arkins
936fc76ea1 feat: raise issue for active repos without configs
Closes #3336
2019-03-08 18:16:21 +01:00
Rhys Arkins
89d4807c76 fix: use HEAD not master for subDirectory links 2019-03-08 17:23:43 +01:00
Gautier Pelloux-Prayer
12d4436484 fix: do not create onboarding branch on dry run (#3333)
This fixes the following scenario:

- on boarding branch is created
- on boarding branch is closed (merged or not) - branch is deleted. So renovate is not configured.
- you relaunch renovate with `--dry-run true`. Then it crashes with:
2019-03-08 15:43:33 +01:00
Rhys Arkins
789247fffb docs: update java documentation 2019-03-08 14:29:00 +01:00
Rhys Arkins
807f8183a7 tests: update snapshots 2019-03-08 14:11:04 +01:00
Rhys Arkins
2376ae40e3 fix: tree/master sourceDirectory
Closes #3096
2019-03-08 13:41:06 +01:00
Rhys Arkins
d78e6a0486 fix: copy through sourceDirectory
Closes #3096
2019-03-08 12:16:42 +01:00
Rhys Arkins
37bac1e30c fix(bitbucket-server): detect empty repos
Closes #2831
2019-03-08 11:49:47 +01:00
Rhys Arkins
beb7acc0ce chore: format Dockerfile 2019-03-08 10:28:36 +01:00
Rhys Arkins
b65af58b39 build: no CMD for Dockerfile
As requested in #3325
2019-03-08 10:28:36 +01:00
Gautier Pelloux-Prayer
8658653872 refactor: small maven datasource authentication fixes (#3329)
The documentation states that hostRules can be an object but actually renovate expects a list.

Also, set permission issues verbosity to warning because this is an issue that must be addressed, not just some minor info imo.
2019-03-08 10:22:36 +01:00
Rhys Arkins
07f32b3539 docs: improve config presets description 2019-03-08 09:10:12 +01:00
Rhys Arkins
3414421f6f
feat: got host rules (#3327) 2019-03-08 08:20:12 +01:00
Rhys Arkins
7b9812e04b tests: update snapshots 2019-03-08 08:19:37 +01:00
Rhys Arkins
68bc2939af fix: vulnerability alerts update lockfile 2019-03-08 08:18:30 +01:00
Rhys Arkins
6ede22ab03 fix: lockfile-update => update-lockfile 2019-03-08 08:16:26 +01:00
Renovate Bot
62f604fe2b chore(deps): update dependency jest to v24.3.1 2019-03-08 07:00:47 +00:00
Renovate Bot
73c760e37d chore(deps): update dependency jest to v24.3.0 2019-03-07 19:57:31 +01:00
Rhys Arkins
c23345ec91 chore: fix lint 2019-03-07 19:51:23 +01:00
Rhys Arkins
3277517bc8
chore: fix lint 2019-03-07 19:12:29 +01:00
Rhys Arkins
a584686cc7
chore: yarnDedupeHighest 2019-03-07 19:12:16 +01:00
Rhys Arkins
1258630faa
feat(npm): dedupe (#3322)
Allows dedupe options for npm and yarn.

Closes #2883
2019-03-07 16:37:07 +01:00
Rhys Arkins
9a93c8e99a feat: postUpdateOptions
Adds new config option postUpateOptions. Currently supports one value - gomodTidy.
2019-03-07 15:15:01 +01:00
Rhys Arkins
b434a2fb3d refactor: try/catch docker v1 labels 2019-03-07 15:05:18 +01:00
Renovate Bot
7e86d8fd1f build(deps): update dependency toml to v3 2019-03-07 13:35:49 +01:00
Renovate Bot
7a89946d00 build(deps): update dependency p-all to v2 2019-03-07 13:11:32 +01:00
Renovate Bot
47c92a3611 build(deps): update dependency upath to v1.1.1 2019-03-07 12:00:47 +00:00
renovate[bot]
3a7afd768f chore(deps): update dependency jest to v24 (#3316) 2019-03-07 12:38:59 +01:00
Bohachevskyy
f79e71d56f docs: add cocoapods manager readme (#2878) 2019-03-07 12:26:33 +01:00
Rhys Arkins
c1a14112e8 docs: add implementation status to manager readme’s 2019-03-07 12:10:57 +01:00