renovate/test
Rhys Arkins a88ba0d16a feat: Dockerfile digest support (#788)
This feature adds initial support for renovating Dockerfiles. Renovate now:
- Detects all `Dockerfile`s in repo
- Searches for `FROM x` in first non-comment line, breaks x into image, tag, digest
- Queries public Docker registry for image:tag combination to find latest digest
- Patches Dockerfile if necessary
- Creates branches/PRs as like with npm

Closes #795
2017-09-14 09:31:36 +02:00
..
_fixtures feat: renovate meteor package.js dependencies (#786) 2017-09-12 09:33:41 +02:00
api feat: Dockerfile digest support (#788) 2017-09-14 09:31:36 +02:00
config fix: handle null child config in merge (#790) 2017-09-13 20:29:20 +02:00
logger feat: Pre-fetch all package.json files (#642) 2017-08-08 06:25:44 +02:00
workers feat: Dockerfile digest support (#788) 2017-09-14 09:31:36 +02:00
.eslintrc.js Move tests to Jest (#94) 2017-02-09 05:30:00 +01:00
chai.js Refactor config 2017-01-20 14:03:18 +01:00
renovate.spec.js Refactor config definitions and onboarding values (#360) 2017-06-26 13:08:57 +02:00