Custom regex manager for qdrant/qdrant Docker image in docker-compose.yml — the native docker-compose manager detected the file but extracted 0 deps, missing the docker.io/qdrant/qdrant:latest image.
Pin strategy for unpinned pip requirements — the native pip_requirements manager detected requirements.txt but found 0 deps because all 9 packages have no version constraints. Adding rangeStrategy: pin tells Renovate to propose pinning them.
Why
Renovate's dashboard shows:
docker-compose: detected docker-compose.yml but 0 deps (should have qdrant/qdrant:latest)
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
Adds a
renovate.jsonwith:qdrant/qdrantDocker image indocker-compose.yml— the native docker-compose manager detected the file but extracted 0 deps, missing thedocker.io/qdrant/qdrant:latestimage.requirements.txtbut found 0 deps because all 9 packages have no version constraints. AddingrangeStrategy: pintells Renovate to propose pinning them.Why
Renovate's dashboard shows:
docker-compose: detecteddocker-compose.ymlbut 0 deps (should haveqdrant/qdrant:latest)pip_requirements: detectedrequirements.txtbut 0 deps (9 unpinned packages: mcp, fastmcp, qdrant-client, fastembed, python-dotenv, uvicorn, starlette, beautifulsoup4, python-dateutil)Dashboard Before
python:3.14-slim