renovate/lib/modules/manager/gitlabci
Rhys Arkins cc33d34ca8
refactor: PackageFile types (#20498)
Co-authored-by: RahulGautamSingh <rahultesnik@gmail.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-02-20 14:58:49 +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 refactor: PackageFile types (#20498) 2023-02-20 14:58:49 +00:00
index.ts refactor: convert ProgrammingLanguage to union type (#18748) 2022-11-05 08:49: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"
  }
}