chore: pin pip versions, remove renovate rangeStrategy
Docker Build and Push / build (pull_request) Successful in 1m20s

This commit is contained in:
2026-06-11 02:53:33 +00:00
parent 2b5eff12c1
commit 93549155b2
2 changed files with 9 additions and 17 deletions
-8
View File
@@ -10,13 +10,5 @@
"depNameTemplate": "qdrant/qdrant",
"datasourceTemplate": "docker"
}
],
"packageRules": [
{
"description": "Pin unpinned pip requirements",
"matchManagers": ["pip_requirements"],
"matchDepNames": ["mcp", "fastmcp", "qdrant-client", "fastembed", "python-dotenv", "uvicorn", "starlette", "beautifulsoup4", "python-dateutil"],
"rangeStrategy": "pin"
}
]
}