0
0
mirror of https://github.com/renovatebot/renovate.git synced 2024-12-22 13:38:32 +00:00
renovatebot_renovate/lib/modules/manager/gitlabci
Risu 397ab49ef3
docs(managers): add missing url and displayName (#32621)
Co-authored-by: Michael Kriese <michael.kriese@gmx.de>
2024-12-01 08:47:27 +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 docs(managers): add missing url and displayName (#32621) 2024-12-01 08:47:27 +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

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