chore: improve renovate dependency detection #4
Reference in New Issue
Block a user
Delete Branch "chore/renovate"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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