renovate/lib/config
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
..
templates feat: Dockerfile digest support (#788) 2017-09-14 09:31:36 +02:00
cli.js Add GitHub App support (#230) 2017-06-02 22:06:15 +02:00
decrypt.js fix: don’t massage encrypted npm token (#760) 2017-09-01 07:43:49 +02:00
defaults.js feat: schedule support for lock file maintenance 2017-07-01 06:46:11 +02:00
definitions.js feat: Dockerfile digest support (#788) 2017-09-14 09:31:36 +02:00
env.js feat(lockFile): Support lockFileMaintenance disabling in env 2017-07-24 20:56:15 +02:00
file.js Refactor helpers (#382) 2017-06-29 07:29:41 +02:00
github-app.js Refactor helpers (#382) 2017-06-29 07:29:41 +02:00
index.js fix: handle null child config in merge (#790) 2017-09-13 20:29:20 +02:00
massage.js fix: don’t massage encrypted npm token (#760) 2017-09-01 07:43:49 +02:00
migration.js fix: fix and improve schedule migrations (#761) 2017-09-01 11:27:54 +02:00
presets.js feat: add npmToken, npmrc and yarnrc configuration support (#753) 2017-08-29 09:25:44 +02:00
validation.js fix: don’t massage encrypted npm token (#760) 2017-09-01 07:43:49 +02:00