Commit graph

4420 commits

Author SHA1 Message Date
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
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
Michael Kriese
4ca77c7e18 build: use official yarn install script (#3452) 2019-03-27 03:16:48 -04:00
Renovate Bot
c809c483a6 build(deps): update dependency yarn to v1.15.2 2019-03-27 01:01:08 +00:00
Michael Kriese
b7776b5edc build(deps): update to latest stable yarn (#3450) 2019-03-26 15:49:06 -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
Tom Kerkhove
e08fa96a14 docs: Renovate configuration location (#3429)
Document where the Renovate configuration file can be stored.

Closes #3426
2019-03-24 13:40:05 +01:00
Rhys Arkins
b7ec7f5715 test: add test-schema to travis 2019-03-24 06:54:01 +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