renovate/lib/api
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
..
docker.js feat: Dockerfile digest support (#788) 2017-09-14 09:31:36 +02:00
gh-got-retry.js fix: don't retry 401s (#746) 2017-08-27 15:10:19 +02:00
github.js feat: renovate meteor package.js dependencies (#786) 2017-09-12 09:33:41 +02:00
gitlab.js fix: escape gitlab branch name forward slash (#758) 2017-08-31 21:06:19 +02:00
npm.js fix: catch registry url error and default to npm (#769) 2017-09-02 09:18:23 +02:00