0
0
mirror of https://github.com/renovatebot/renovate.git synced 2024-12-22 13:38:32 +00:00
renovatebot_renovate/lib/modules/manager/devcontainer
2024-12-12 20:12:59 +00:00
..
extract.spec.ts fix(manager/devcontainer): parse with JSONC parser (#28914) 2024-05-08 07:27:38 +00:00
extract.ts refactor(manager/custom): reorganize and update utility functions (#33050) 2024-12-12 20:12:59 +00:00
index.ts docs(managers): add missing url and displayName (#32621) 2024-12-01 08:47:27 +00:00
readme.md docs(manager/devcontainer): fix links (#28678) 2024-04-26 05:56:09 +00:00
schema.ts fix(manager/devcontainer): parse with JSONC parser (#28914) 2024-05-08 07:27:38 +00:00

Extracts all Docker images from the image and features properties in these files:

  • .devcontainer.json
  • .devcontainer/devcontainer.json

The devcontainer manager does not support build.dockerFile or dockerComposeFile values as these are covered by the dockerfile and docker-compose managers respectively.