Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7ab7c8c6f3 |
+5
-4
@@ -1,11 +1,12 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"customManagers": [
|
||||
"regexManagers": [
|
||||
{
|
||||
"customType": "regex",
|
||||
"description": "Track qdrant/qdrant Docker image from docker-compose.yml (native manager missed it)",
|
||||
"managerFilePatterns": ["/^docker-compose\\.ya?ml$/"],
|
||||
"matchStrings": ["image:\\s*(?:docker\\.io/)?qdrant/qdrant:(?<currentValue>[^\\s]+)"],
|
||||
"fileMatch": ["^docker-compose\\.ya?ml$"],
|
||||
"matchStrings": [
|
||||
"image:\\s*(?:docker\\.io/)?qdrant/qdrant:(?<currentValue>[^\\s]+)"
|
||||
],
|
||||
"depNameTemplate": "qdrant/qdrant",
|
||||
"datasourceTemplate": "docker"
|
||||
}
|
||||
|
||||
+2
-2
@@ -1,9 +1,9 @@
|
||||
mcp==1.27.2
|
||||
mcp==1.26.0
|
||||
fastmcp==3.4.2
|
||||
qdrant-client==1.18.0
|
||||
fastembed==0.8.0
|
||||
python-dotenv==1.2.2
|
||||
uvicorn==0.49.0
|
||||
starlette==1.3.0
|
||||
starlette==1.0.1
|
||||
beautifulsoup4==4.15.0
|
||||
python-dateutil==2.9.0.post0
|
||||
|
||||
Reference in New Issue
Block a user