renovate/lib
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
..
api feat: Dockerfile digest support (#788) 2017-09-14 09:31:36 +02:00
config feat: Dockerfile digest support (#788) 2017-09-14 09:31:36 +02:00
logger feat: encrypted configuration strings (#759) 2017-09-01 06:45:51 +02:00
workers feat: Dockerfile digest support (#788) 2017-09-14 09:31:36 +02:00
renovate.js Refactor config definitions and onboarding values (#360) 2017-06-26 13:08:57 +02:00