Nikita Chashchinskii
9476c80f3d
feat: Cargo manager use toml parser ( #3505 )
2019-04-09 10:25:13 +02:00
Nick Oliver
ec16c8b2b8
fix(bitbucket-server): revert encode auth in URL ( #3511 )
...
This reverts commit 3e66e019e4
.
2019-04-09 08:32:05 +02:00
Rhys Arkins
107051e7cd
tests: lint
2019-04-08 08:55:28 +02:00
Rhys Arkins
2419878761
logs: dedupe err.message
2019-04-08 08:52:04 +02:00
Rhys Arkins
3da629247e
fix(logs): err serializer strip secrets
2019-04-08 08:22:40 +02:00
Rhys Arkins
7be889e315
fix(logs): serialize cmd to strip tokens
2019-04-08 08:16:04 +02:00
Rhys Arkins
365b60ac18
feat(gomod): private module support ( #3495 )
2019-04-08 08:15:37 +02:00
Rhys Arkins
7bf52c5388
fix: Revert "feat(gomod): private module support ( #3495 )"
...
This reverts commit 0bd0ea33f6
.
2019-04-08 06:56:05 +02:00
Renovate Bot
a7f7651ca4
build(deps): update dependency simple-git to v1.110.0
2019-04-07 19:00:50 +00:00
Renovate Bot
160bee2d71
build(deps): update dependency pnpm to v3.1.0
2019-04-07 18:00:48 +00:00
Rhys Arkins
5da2aa7946
feat: gitFs signed commits
...
Document how to sign gitFs commits, remove the disabling of gpg signing.
Closes #3053 , Closes #3472
2019-04-07 18:53:52 +02:00
Renovate Bot
9c0323e142
build(deps): update dependency p-all to v2.1.0
2019-04-07 09:00:44 +00:00
Renovate Bot
49edb2e112
build(deps): update dependency luxon to v1.12.1
2019-04-07 08:00:44 +00:00
Renovate Bot
b3a30b3570
build(deps): update dependency commander to v2.20.0
2019-04-07 07:00:55 +00:00
Nikita Chashchinskii
9d74afe9f2
feat: Add support for python poetry manager ( #3440 )
2019-04-07 09:48:48 +03:00
Rhys Arkins
0bd0ea33f6
feat(gomod): private module support ( #3495 )
...
Adds support for fetching private modules off github.com
Closes #3202
2019-04-07 08:53:16 +03:00
Rhys Arkins
9cf43e2fde
fix(gomod): await getFile
2019-04-07 07:28:13 +02:00
Nick Oliver
2c3207cf45
fix(bitbucket-server): use endpoint path in repo URL ( #3494 )
...
The path in the endpoint configuration, if present, needs to be used in the URL generated for the git clone.
2019-04-07 08:00:50 +03:00
Rhys Arkins
6015a49494
refactor: branchifyUpgrades key value
2019-04-06 18:00:36 +02:00
Rhys Arkins
8ffd26eb3c
refactor: getCommitMessage
2019-04-06 18:00:35 +02:00
Rhys Arkins
c52ac258e8
refactor: generateBranchConfig -> ifTypesGroup
2019-04-06 18:00:35 +02:00
Rhys Arkins
634c6d9433
refactor: pruneStaleBranches -> cleanUpBranches
2019-04-06 18:00:34 +02:00
renovate[bot]
14214835a1
build(deps): update dependency azure-devops-node-api to v7.2.0 ( #3488 )
2019-04-06 18:39:45 +03:00
Rhys Arkins
c07b815668
fix(maven): set language=java
2019-04-06 10:07:03 +02:00
Rhys Arkins
431588a27a
refactor(maven): externalize update and extract
2019-04-06 10:05:52 +02:00
Rhys Arkins
ec7ad01faa
fix(maven): escape period matching in filename
2019-04-06 09:59:15 +02:00
Rhys Arkins
ca77ce951d
docs: update bitbucket server status
2019-04-06 08:38:48 +02:00
Nick Oliver
dbada62dc0
fix(bitbucket-server): encode auth in URL ( #3493 )
2019-04-06 09:26:10 +03:00
Renovate Bot
8c2c0ff455
build(deps): update dependency js-yaml to v3.13.1
2019-04-05 20:00:44 +00:00
Renovate Bot
a65de6f38e
build(deps): update dependency node-html-parser to v1.1.14
2019-04-05 22:27:04 +03:00
Renovate Bot
ccae5a9f79
chore(deps): update dependency codecov to v3.3.0
2019-04-05 22:26:27 +03:00
Rhys Arkins
05bad36459
fix(bazel): preserve newlines
...
Closes #3487
2019-04-05 21:09:20 +02:00
Dmitry
fb587a3cae
feat(bazel): expand support to non-WORKSPACE files ( #3459 )
...
Now supports `*.bzl` files including when definitions are nested.
2019-04-05 19:12:38 +03:00
Rhys Arkins
05ecddf805
refactor: better unique filter
2019-04-04 18:20:40 +03:00
Rhys Arkins
c55481f78e
fix(npm): check string before comparing
...
Closes #3479
2019-04-03 23:12:03 +03:00
Rishabh Jain
0038142cc2
fix: renovate not creating PRs for some python dependencies ( #3453 )
2019-04-02 17:26:06 +02:00
Nikita Chashchinskii
38dd9fc753
feat(cargo): fetch crates data from github repo ( #3474 )
2019-04-02 17:00:51 +02:00
Rishabh Jain
98174d4e37
tests: Optimise jest rules to best practices ( #3438 )
...
Closes #2028
2019-04-02 16:59:27 +02:00
Rhys Arkins
1b442538e4
refactor: more logs for PR limits
2019-04-02 15:53:53 +02:00
Rhys Arkins
53318b0c40
refactor: force CLI params ( #3475 )
...
Changes forceCli default from false to true.
2019-04-02 11:28:03 +02:00
Rishabh Jain
7e49630d78
fix: pipfile dependency with path causes file parsing error ( #3470 )
...
Closes #3462
2019-04-02 11:27:29 +02:00
Rhys Arkins
a74eabb1a1
fix: Revert "feat: default forceCli to true"
...
This reverts commit 20d6f8448e
.
2019-04-02 10:45:48 +02:00
Rhys Arkins
20d6f8448e
feat: default forceCli to true
...
Any parameters passed to the CLI will now be added to a `force` object by default.
BREAKING CHANGE: params passed by CLI now force override settings in repositories. Set `--force-cli=false` to revert this behaviour.
2019-03-31 16:43:34 +02:00
Rhys Arkins
ef2e67b4b1
fix(yarn): strip frozen-lockfile from yarnrc
...
Closes https://github.com/renovatebot/config-help/issues/195
2019-03-31 11:03:23 +02:00
Rhys Arkins
44280e095d
build: update installed npm version
2019-03-31 10:01:56 +02:00
Rhys Arkins
01e02ff22f
fix(schema): add freeChoice
2019-03-31 09:52:58 +02:00
Rishabh Jain
b7e5546788
refactor(config): change definitions to match schema ( #3434 )
2019-03-31 02:01:05 -04:00
Sergio Zharinov
fd35e5ba3d
feat(dart): Add dart datasource ( #3360 )
2019-03-31 01:48:37 -04:00
Rhys Arkins
7157d0a149
test: fix lint
2019-03-28 11:16:13 -04:00
Rhys Arkins
110df54e70
fix(bitbucket-server): better massaging of retry checkbox
2019-03-28 11:14:05 -04:00