Renovate's built-in dockerfile manager cannot parse FROM lines with quoted image references (FROM "ubuntu:xenial"). Dashboard shows "dockerfile (1)" but extracts zero deps. Same issue for gitlabci manager with quoted image: lines.
Changes
Dockerfile: Remove quotes from FROM line so Renovate can detect base image
.gitlab-ci.yml: Remove quotes from image: line so gitlabci manager can detect docker:latest
## Audit findings
Renovate's built-in `dockerfile` manager cannot parse FROM lines with quoted image references (`FROM "ubuntu:xenial"`). Dashboard shows "dockerfile (1)" but extracts zero deps. Same issue for gitlabci manager with quoted `image:` lines.
### Changes
- **Dockerfile**: Remove quotes from `FROM` line so Renovate can detect base image
- **.gitlab-ci.yml**: Remove quotes from `image:` line so gitlabci manager can detect `docker:latest`
- **renovate.json**: Add minimal config enabling gitlabci manager
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.
Audit findings
Renovate's built-in
dockerfilemanager cannot parse FROM lines with quoted image references (FROM "ubuntu:xenial"). Dashboard shows "dockerfile (1)" but extracts zero deps. Same issue for gitlabci manager with quotedimage:lines.Changes
FROMline so Renovate can detect base imageimage:line so gitlabci manager can detectdocker:latest