Rhys Arkins
029d11e812
fix(gitlab-ci): optional endpoint
2019-07-02 07:50:53 +02:00
Rhys Arkins
724d0171f3
fix: warn only for extraction errors
2019-07-02 07:08:48 +02:00
Mike Bryant
ad3ee49c8b
feat: Add support for gitlab-ci include statements ( #3946 )
2019-07-01 15:43:01 +02:00
Rhys Arkins
a302c7ecf2
fix(bazel): extract urls for new hashes ( #3980 )
2019-06-30 07:18:37 +03:00
Rhys Arkins
32009378de
fix(npm): full npm install if deduping
...
Closes #3972
2019-06-27 10:39:03 +03:00
Rohan Singh
335014bf1a
fix(bazel): use docker version scheme for container_pull ( #3948 )
2019-06-24 19:49:23 +03:00
Sergio Zharinov
acd318a1d9
feat(swift): Support for Package.swift files ( #3911 )
2019-06-24 19:43:48 +03:00
Rhys Arkins
df34ddc528
refactor(bazel): use hasha instead of crypto
2019-06-21 08:26:20 +02:00
Rhys Arkins
86a9f7f5ae
test: simplify bazel update tests
2019-06-21 08:09:42 +02:00
Rhys Arkins
c1f46ff4a8
fix(pip_requirements): handle complex index-url
...
Closes #3944
2019-06-20 10:25:17 +02:00
Rhys Arkins
deaa028149
fix(pip_requirements): registryUrls on res, not per-dep
2019-06-20 10:20:27 +02:00
Rhys Arkins
2142007737
fix(bazel): better match replace string
...
Closes #3902
2019-06-17 20:48:01 +02:00
Rhys Arkins
522ecc3928
fix(bazel): correct replace newValue with leading v
2019-06-17 20:37:46 +02:00
Rhys Arkins
5f59a0b5a8
feat(composer): support lock file maintenance ( #3912 )
2019-06-11 15:06:29 +02:00
Rhys Arkins
c911a2dfaf
refactor: getArtifacts -> updateArtifacts
2019-06-09 08:18:41 +02:00
Rhys Arkins
da4818c900
fix(bundler): syntax error when using global bundler
...
When running global bundler, a mistaken additional `”` caused the command to fail.
Fixes #3860
2019-06-08 10:50:01 +02:00
renovate[bot]
dab7b1c314
chore(deps): update dependency prettier to v1.18.0 ( #3905 )
2019-06-07 06:34:57 +02:00
Rhys Arkins
5ca5a124fa
feat(pipenv): support index registry urls ( #3885 )
...
Closes #3865
2019-06-04 14:08:37 +02:00
Rhys Arkins
14c3e7e9e4
fix(lerna): detect undeclared npmClient=yarn
2019-06-03 22:24:40 +02:00
Rhys Arkins
9219d34521
fix(yarn): run yarn again after dedupe ( #3871 )
2019-06-03 10:05:56 +02:00
Rhys Arkins
cc8e40265b
fix(bazel): cast file to Buffer before calculating sha256
2019-06-01 05:31:25 +02:00
Sergio Zharinov
a91e3d39f3
feat(sbt): Add Scala (sbt) datasource ( #3835 )
2019-05-31 01:39:07 +02:00
Sergio Zharinov
d293fb72fb
fix(sbt): Skip deps using missing Scala versions ( #3828 )
2019-05-28 14:06:05 +02:00
Rhys Arkins
b96c03a7aa
refactor: move manager updates to util/got
2019-05-25 22:48:33 +02:00
Rhys Arkins
14363a9388
test: fix pip_setup coverage
2019-05-25 07:07:16 +02:00
Rhys Arkins
439e19d78c
chore: remove all gitFs references ( #3807 )
2019-05-25 06:23:44 +02:00
Rhys Arkins
5f11c5e8d9
feat: hostRules rewrite ( #3801 )
...
Rewrites hostRules for increased flexibility. Includes renames of existing fields within a hostRule:
- `endpoint` -> `baseUrl`
- `host` -> `hostName`
Additionally, `domainName` has been added. Migration scripts should take care of these for users but it's recommended to update configs to match the new fields anyway.
2019-05-24 17:40:39 +02:00
Rhys Arkins
2426a5239f
feat(github): use git for all file operations ( #3806 )
...
With Renovate’s github platform code now using git for all file system operations, we need to tell Renovate which gitAuthor to use.
If you had already configured a gitAuthor in your bot config, you do not need to make any change.
Otherwise, to keep functionality as before, you should either:
(1) configure `gitAuthor` to match the bot’s account, or
(2) recreate your bot’s personal access token to include the “user:email” permission so that the bot can retrieve the email itself
BREAKING CHANGE: GitHub bot admins should either configure gitAuthor in their config or generate a new token with “user:email” permissions.
2019-05-24 16:34:52 +02:00
Michael Kriese
5f213255d0
test: fix coverage ( #3794 )
2019-05-24 15:01:07 +02:00
Sergio Zharinov
bda25d6ca7
feat(clojure): Add basic support for Leiningen and deps.edn
( #3685 )
2019-05-24 07:29:26 +02:00
Rhys Arkins
c02abf0976
feat: rename hostRules.platform to hostRules.hostType ( #3768 )
...
Refactors hostRules to use field “hostType” instead of “platform”. hostType can include datasources like npm, maven, pypi, etc.
2019-05-21 13:20:09 +02:00
Rhys Arkins
dbb1332a04
fix(npm): ignoreNpmrcFile until artifact generation
2019-05-20 23:37:43 +02:00
Rhys Arkins
735121fd39
fix(npm): remove npmrc file before artifacts if ignored
2019-05-20 20:59:15 +02:00
Rhys Arkins
cdf17bd242
fix(maven): handle xml with leading spaces
2019-05-17 18:32:52 +02:00
Rhys Arkins
5e75a9fa88
fix(docker): skip any FROM with $ sign
2019-05-17 06:47:40 +02:00
Rhys Arkins
0fd67f6e89
fix(bundler): log gemfile, gemrc if marshalling error
2019-05-17 06:42:20 +02:00
Ciprian Mandache
0d369ad8f6
fix(gitlabci): support ext syntax for docker img ( #3721 )
2019-05-16 14:53:50 +02:00
Rhys Arkins
949229594b
fix(docker): handle host with port correctly
...
Closes #3698
2019-05-15 11:57:03 +02:00
Rhys Arkins
22d82a4b34
fix(bundler): use bundle lock —update
...
Closes #3697
2019-05-15 11:01:16 +02:00
Rhys Arkins
464fd3671f
fix(bundler): fix global bundler typo
2019-05-15 11:00:26 +02:00
Rhys Arkins
4e65258552
fix(pip_setup): log content when failing to parse
2019-05-15 07:33:35 +02:00
Rhys Arkins
f9596fc7ea
chore: less debug logging
2019-05-15 07:33:22 +02:00
Rhys Arkins
71c7053d68
test: fix lint
2019-05-14 22:41:31 +02:00
Rhys Arkins
fdcbb39c16
fix(pip_requirements): set lockedVersion for == deps
2019-05-14 20:09:54 +02:00
Rhys Arkins
98c778cce3
fix(maven): use isValid, not isVersion
2019-05-14 19:16:39 +02:00
Rhys Arkins
c016558ad3
fix(bundler): install bundler with —no-document
2019-05-13 15:45:52 +02:00
Rhys Arkins
26f2aa47d3
fix(bundler): detect ruby constraint from Gemfile first
2019-05-13 11:54:18 +02:00
Rhys Arkins
0bf6e15636
fix(bundler): handle ‘ quotation marks in Gemfile
2019-05-12 21:52:44 +02:00
Michael Kriese
1d474e409f
feat: add 60s timeout to all requests ( #3641 )
2019-05-10 11:54:01 +02:00
Michael Kriese
5c817b1315
fix(travis): missing file in npm package ( #3649 )
2019-05-09 14:39:47 +02:00