0
0
mirror of https://github.com/renovatebot/renovate.git synced 2024-12-22 21:48:32 +00:00
renovatebot_renovate/lib/modules/manager/gitlabci/readme.md
2024-04-11 13:23:20 +00:00

19 lines
576 B
Markdown

Extracts Docker dependencies from `gitlab-ci.yml` files.
If you need to change the versioning format, read the [versioning](../../versioning/index.md) 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`:
```json
{
"registryAliases": {
"$CI_REGISTRY": "registry.example.com"
}
}
```