Renovate bot ignores updates to common-ci-tasks in .gitlab-ci.yml
Issue: Renovate bot unable to update common-ci-tasks versions due to variable expansion limitation
Description
Renovate bot is currently unable to update versions of common-ci-tasks in the .gitlab-ci.yml file that is generated by templates in this project.
Root Cause
The issue occurs because Renovate does not expand the $CI_SERVER_FQDN variable when attempting to determine the correct registry URL. Without this variable expansion, Renovate cannot locate the appropriate registry to pull version information from.
Impact
- Automated dependency updates for
common-ci-tasksare not functioning - Manual intervention is required to keep
common-ci-tasksversions up to date - Potential security and compatibility issues from outdated dependencies
Expected Behavior
Renovate should be able to automatically detect and update common-ci-tasks versions in the generated .gitlab-ci.yml files.
Description was generated using AI