renovate/lib/modules/manager/gitlabci
marcovmun 59cd325b58
fix(manager/gitlabci): support alias with a path in component URL (#29707)
Co-authored-by: marco <marco@mybit.nl>
2024-08-16 16:14:12 +00:00
..
__fixtures__ feat(gitlabci): add support for multidoc yaml (#28521) 2024-04-19 14:19:52 +00:00
__snapshots__ test: use jest v29 (#17151) 2022-08-16 14:22:29 +02:00
common.spec.ts feat(gitlab): support GitLab CI/CD component references (#26660) 2024-01-23 15:20:50 +00:00
common.ts fix(manager/gitlabci): support alias with a path in component URL (#29707) 2024-08-16 16:14:12 +00:00
extract.spec.ts fix(manager/gitlabci): support alias with a path in component URL (#29707) 2024-08-16 16:14:12 +00:00
extract.ts fix(manager/gitlabci): support alias with a path in component URL (#29707) 2024-08-16 16:14:12 +00:00
index.ts feat(gitlab): support GitLab CI/CD component references (#26660) 2024-01-23 15:20:50 +00:00
readme.md docs: fix versioning links (#28341) 2024-04-11 13:23:20 +00:00
types.ts feat(gitlab): support GitLab CI/CD component references (#26660) 2024-01-23 15:20:50 +00:00
utils.spec.ts refactor(prettier): Force trailing commas (#25631) 2023-11-07 15:50:29 +00:00
utils.ts refactor(prettier): Force trailing commas (#25631) 2023-11-07 15:50:29 +00:00

readme.md

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"
  }
}