renovate/lib/modules/manager/gitlabci
Timo Webler 354e6f866c
refactor(manager/gitlabci): remove method "replaceReferenceTags" (#31787)
2024-10-04 13:50:05 +00:00
..
__fixtures__ refactor: use yaml instead of js-yaml for parsing YAML files (#31336) 2024-09-16 18:03:23 +00:00
__snapshots__ test: use jest v29 (#17151) 2022-08-16 14:22:29 +02:00
common.spec.ts refactor(manager/gitlabci): remove method "replaceReferenceTags" (#31787) 2024-10-04 13:50:05 +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 refactor: use yaml instead of js-yaml for parsing YAML files (#31336) 2024-09-16 18:03:23 +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(manager/gitlabci): remove method "replaceReferenceTags" (#31787) 2024-10-04 13:50:05 +00:00
utils.ts refactor(manager/gitlabci): remove method "replaceReferenceTags" (#31787) 2024-10-04 13:50:05 +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"
  }
}