Compare commits
7 Commits
7ab7c8c6f3
...
0346a69b4c
| Author | SHA1 | Date | |
|---|---|---|---|
| 0346a69b4c | |||
| ddb801a1e8 | |||
| 6347071a07 | |||
| 3f51d7d559 | |||
| a837e58376 | |||
| 29d69c589e | |||
| f14bb778b8 |
+4
-5
@@ -1,12 +1,11 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"regexManagers": [
|
||||
"customManagers": [
|
||||
{
|
||||
"customType": "regex",
|
||||
"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]+)"
|
||||
],
|
||||
"managerFilePatterns": ["/^docker-compose\\.ya?ml$/"],
|
||||
"matchStrings": ["image:\\s*(?:docker\\.io/)?qdrant/qdrant:(?<currentValue>[^\\s]+)"],
|
||||
"depNameTemplate": "qdrant/qdrant",
|
||||
"datasourceTemplate": "docker"
|
||||
}
|
||||
|
||||
+3
-3
@@ -1,9 +1,9 @@
|
||||
mcp==1.26.0
|
||||
mcp==1.27.2
|
||||
fastmcp==3.4.2
|
||||
qdrant-client==1.18.0
|
||||
fastembed==0.8.0
|
||||
python-dotenv==1.2.2
|
||||
uvicorn==0.41.0
|
||||
starlette==1.0.1
|
||||
uvicorn==0.49.0
|
||||
starlette==1.3.0
|
||||
beautifulsoup4==4.15.0
|
||||
python-dateutil==2.9.0.post0
|
||||
|
||||
Reference in New Issue
Block a user