Skip to content
Snippets Groups Projects
  1. Jul 26, 2018
  2. Jul 21, 2018
  3. Jul 20, 2018
  4. Jun 29, 2018
  5. Jun 24, 2018
  6. May 08, 2018
  7. Mar 29, 2018
  8. Mar 23, 2018
  9. Mar 21, 2018
  10. Mar 20, 2018
  11. Feb 27, 2018
  12. Dec 05, 2017
  13. Nov 22, 2017
  14. Nov 08, 2017
  15. Nov 07, 2017
  16. Nov 06, 2017
  17. Oct 24, 2017
  18. Sep 15, 2017
  19. Sep 14, 2017
    • Rhys Arkins's avatar
      feat: Dockerfile digest support (#788) · a88ba0d1
      Rhys Arkins authored
      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 
Loading