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
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
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
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
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
Jamie Magee
80f8687f3e
feat: azure devops support for labels ( #3396 )
2019-03-28 09:07:29 -04:00
Michael Kriese
8de1b6d1c1
feat(bitbucket-server): add getPrFiles ( #3457 )
2019-03-28 09:04:25 -04:00
Michael Kriese
fbce5f16cf
fix(bitbucket-server): fix comment version ( #3456 )
...
fix(bitbucket-server): fix comment version
2019-03-27 06:48:55 -04:00
Rhys Arkins
002db29e58
refactor: move pr config description to separate file
2019-03-26 14:35:55 -04:00
Seb Flippence
021e060d73
docs: Documented Bunyan log levels ( #3444 )
2019-03-26 08:04:58 -04:00
Milad Irannejad
06c440fba6
fix(gomod): bug in getArtifacts env ( #3439 )
2019-03-25 06:33:30 +01:00
Nikita Chashchinskii
6684a95c6b
feat: Add poetry versioning code ( #3432 )
...
feat: Add poetry versioning code
2019-03-24 16:28:02 +01:00
Rishabh Jain
8c17724381
fix: allow rebasing from checkbox out of schedule ( #3437 )
2019-03-24 06:30:07 +01:00
Rhys Arkins
0e2280c07f
fix(npm): better skipInstalls check
2019-03-24 06:03:37 +01:00
Rhys Arkins
b60cb7431a
fix: Revert "fix(npm): don’t set skipInstalls when file refs found"
...
This reverts commit 45007169f4
.
2019-03-24 06:02:26 +01:00
Rhys Arkins
c8c80bcedb
fix: Revert "fix(npm): better skipInstalls check"
...
This reverts commit 20e68f4325
.
2019-03-23 22:23:45 +01:00
Rhys Arkins
20e68f4325
fix(npm): better skipInstalls check
2019-03-23 22:14:41 +01:00
Rhys Arkins
45007169f4
fix(npm): don’t set skipInstalls when file refs found
2019-03-23 11:24:25 +01:00
Rhys Arkins
2e6b7aea85
fix(schema): more allowedValues
2019-03-23 08:50:48 +01:00
Rhys Arkins
82a9263d00
fix(schema): regex arrays
2019-03-23 08:27:46 +01:00
Rhys Arkins
0f38a1a33f
fix(schema): add missing subType to lists
2019-03-23 08:22:19 +01:00
Rishabh Jain
8124634b6a
feat: create json schema from definitions file ( #3425 )
...
Closes #545
2019-03-23 07:38:24 +01:00
Rhys Arkins
5c9c527f38
refactor(bundler): detect manifest errors
2019-03-23 07:10:57 +01:00
Rhys Arkins
dcc5fe2f9e
logs: log skipInstalls setting
2019-03-23 07:09:33 +01:00
Rhys Arkins
bd17e021e5
refactor(gradle): catch resolution errors
2019-03-22 06:27:22 +01:00
Rhys Arkins
9ac80ddd03
logs: info not warn maven temporary errors
2019-03-21 11:48:20 +01:00
Rhys Arkins
d4b300e8a2
fix(maven): add matches safety checks
2019-03-21 10:00:31 +01:00