renovate/lib/modules/manager/gitlabci
fredrondina 21ff27d5ab
feat(gitlab-ci): ref add logic for updating non top level includes (#16819)
Co-authored-by: Fred Rondina <fred.rondina@daveramsey.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-08-16 15:36:05 +00:00
..
__fixtures__ feat(gitlabci): used yaml parsing (#14879) 2022-04-07 11:32:54 +00:00
__snapshots__ test: use jest v29 (#17151) 2022-08-16 14:22:29 +02:00
common.spec.ts feat(gitlab-ci): ref add logic for updating non top level includes (#16819) 2022-08-16 15:36:05 +00:00
common.ts feat(gitlab-ci): ref add logic for updating non top level includes (#16819) 2022-08-16 15:36:05 +00:00
extract.spec.ts fix(manager/docker): use correct autoreplace string for registry aliases (#16542) 2022-07-13 06:22:52 +00:00
extract.ts feat(gitlab-ci): ref add logic for updating non top level includes (#16819) 2022-08-16 15:36:05 +00:00
index.ts refactor(manager): consistently write as export const language = ... (#16739) 2022-07-25 06:13:57 +00:00
readme.md feat(manager/gitlabci): add support for registryAliases (#16227) 2022-07-07 09:42:31 +02:00
types.ts feat(gitlab-ci): ref add logic for updating non top level includes (#16819) 2022-08-16 15:36:05 +00:00
utils.spec.ts fix(manager/docker): use correct autoreplace string for registry aliases (#16542) 2022-07-13 06:22:52 +00:00
utils.ts fix(ci): Restrict template expressions (#16834) 2022-07-30 16:28:31 +02:00

Extracts Docker dependencies from gitlab-ci.yml files.

If you need to change the versioning format, read the versioning documentation to learn more.

If you use Gitlab Dependency Proxy then you can use these predefined variables as prefixes for your image:

  • CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX
  • CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX

If you use the predefined CI_REGISTRY variable make sure to configure its value via registryAliases:

{
  "registryAliases": {
    "$CI_REGISTRY": "registry.example.com"
  }
}