Disable gitlabci manager (legacy CI, fully migrated to Gitea Actions)
Add custom regexManager to detect jcabillot/phpapache base image version from ARG VERSION in Dockerfile
Why
Renovate's native dockerfile manager does not resolve ARG-based FROM references. The jcabillot/phpapache dependency was entirely invisible to Renovate.
## What
- Disable `gitlabci` manager (legacy CI, fully migrated to Gitea Actions)
- Add custom `regexManager` to detect `jcabillot/phpapache` base image version from `ARG VERSION` in Dockerfile
## Why
Renovate's native dockerfile manager does not resolve ARG-based `FROM` references. The `jcabillot/phpapache` dependency was entirely invisible to Renovate.
- Disable gitlabci manager (legacy CI, migrated to Gitea Actions)
- Add custom regexManager to detect jcabillot/phpapache base image version from ARG VERSION
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
What
gitlabcimanager (legacy CI, fully migrated to Gitea Actions)regexManagerto detectjcabillot/phpapachebase image version fromARG VERSIONin DockerfileWhy
Renovate's native dockerfile manager does not resolve ARG-based
FROMreferences. Thejcabillot/phpapachedependency was entirely invisible to Renovate.