chore: add renovate config for docker-compose qdrant image + pin unpinned pip deps
Docker Build and Push / build (pull_request) Successful in 1m54s
Docker Build and Push / build (pull_request) Successful in 1m54s
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"regexManagers": [
|
||||
{
|
||||
"description": "Track qdrant/qdrant Docker image from docker-compose.yml (native manager missed it)",
|
||||
"fileMatch": ["^docker-compose\\.ya?ml$"],
|
||||
"matchStrings": [
|
||||
"image:\\s*(?:docker\\.io/)?qdrant/qdrant:(?<currentValue>[^\\s]+)"
|
||||
],
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user