renovate/test
Rhys Arkins 987891ba2e
feat: bazel WORKSPACE support (#1268)
This PR adds support for bazel WORKSPACE package files, as suggested https://github.com/alexeagle/angular-bazel-example/issues/17#issuecomment-349167982

Renovate will:
1. Detect `WORKSPACE` files anywhere in the repository
2. Look for all `git_repository()` sections in the file
3. Extract any dependencies with name, remote and tag values
4. Look up any dependencies that (a) have a github https remote, and (b) a valid semver as tag
5. Update the tag to the latest available
2017-12-07 09:22:10 +01:00
..
_fixtures feat: bazel WORKSPACE support (#1268) 2017-12-07 09:22:10 +01:00
config refactor: add extends config massage (#1256) 2017-12-01 07:16:17 +01:00
logger fix: refactor logger addStream and depType logging (#1117) 2017-11-08 09:59:32 +01:00
manager feat: bazel WORKSPACE support (#1268) 2017-12-07 09:22:10 +01:00
platform fix: VSTS - add reviewer once even if multiple teams (#1259) 2017-12-02 20:22:03 +01:00
workers feat: bazel WORKSPACE support (#1268) 2017-12-07 09:22:10 +01:00
.eslintrc.js refactor: remove config.api and use platform dispatcher (#1114) 2017-11-07 11:46:10 +01:00
chai.js Refactor config 2017-01-20 14:03:18 +01:00
globals.js refactor: use global logger (#1116) 2017-11-08 06:44:03 +01:00
renovate.spec.js refactor: use platform global (#1115) 2017-11-07 13:31:34 +01:00