1 Commits

Author SHA1 Message Date
renovate 9eac75e829 chore(config): migrate config renovate.json
Docker Build and Push / build (pull_request) Successful in 1m25s
2026-06-11 02:34:29 +00:00
2 changed files with 17 additions and 9 deletions
+8
View File
@@ -9,5 +9,13 @@
"depNameTemplate": "qdrant/qdrant", "depNameTemplate": "qdrant/qdrant",
"datasourceTemplate": "docker" "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"
}
] ]
} }
+9 -9
View File
@@ -1,9 +1,9 @@
mcp==1.26.0 mcp
fastmcp==3.4.2 fastmcp
qdrant-client==1.18.0 qdrant-client
fastembed==0.8.0 fastembed
python-dotenv==1.2.2 python-dotenv
uvicorn==0.41.0 uvicorn
starlette==1.0.1 starlette
beautifulsoup4==4.15.0 beautifulsoup4
python-dateutil==2.9.0.post0 python-dateutil