0
0
Fork 0
mirror of https://github.com/renovatebot/renovate.git synced 2025-05-12 23:51:55 +00:00
renovatebot_renovate/lib/modules/manager/gitlabci
RahulGautamSingh bc7d0595d0
feat(config): managerFilePatterns (#34615)
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2025-05-04 08:30:24 +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: migrate to vitest (#34475) 2025-02-26 09:35:54 +00:00
extract.spec.ts feat(gitlabci): Use schema for dep extraction (#33586) 2025-03-17 08:59:51 +00:00
extract.ts feat(gitlabci): Use schema for dep extraction (#33586) 2025-03-17 08:59:51 +00:00
index.ts feat(config): managerFilePatterns (#34615) 2025-05-04 08:30:24 +00:00
readme.md docs(manager): mention other CI variables (#35016) 2025-03-26 09:24:19 +00:00
schema.ts feat(gitlabci): Use schema for dep extraction (#33586) 2025-03-17 08:59:51 +00:00
types.ts feat(gitlab): support GitLab CI/CD component references (#26660) 2024-01-23 15:20:50 +00:00
utils.spec.ts fix(manager): retain depName when using registryAliases (#33911) 2025-01-30 08:05:36 +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 predefined GitLab CI variables like CI_REGISTRY or CI_SERVER_FQDN make sure to configure their value via registryAliases:

{
  "registryAliases": {
    "$CI_REGISTRY": "registry.example.com",
    "$CI_SERVER_FQDN": "gitlab.example.com",
    "$CI_SERVER_HOST": "gitlab.example.com"
  }
}