Compare commits
3 Commits
9eac75e829
...
29d69c589e
| Author | SHA1 | Date | |
|---|---|---|---|
| 29d69c589e | |||
| 5ba7b567f8 | |||
|
93549155b2
|
+4
-13
@@ -1,22 +1,13 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$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)",
|
"description": "Track qdrant/qdrant Docker image from docker-compose.yml (native manager missed it)",
|
||||||
"fileMatch": ["^docker-compose\\.ya?ml$"],
|
"managerFilePatterns": ["/^docker-compose\\.ya?ml$/"],
|
||||||
"matchStrings": [
|
"matchStrings": ["image:\\s*(?:docker\\.io/)?qdrant/qdrant:(?<currentValue>[^\\s]+)"],
|
||||||
"image:\\s*(?:docker\\.io/)?qdrant/qdrant:(?<currentValue>[^\\s]+)"
|
|
||||||
],
|
|
||||||
"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
@@ -1,9 +1,9 @@
|
|||||||
mcp
|
mcp==1.26.0
|
||||||
fastmcp
|
fastmcp==3.4.2
|
||||||
qdrant-client
|
qdrant-client==1.18.0
|
||||||
fastembed
|
fastembed==0.8.0
|
||||||
python-dotenv
|
python-dotenv==1.2.2
|
||||||
uvicorn
|
uvicorn==0.41.0
|
||||||
starlette
|
starlette==1.0.1
|
||||||
beautifulsoup4
|
beautifulsoup4==4.15.0
|
||||||
python-dateutil
|
python-dateutil==2.9.0.post0
|
||||||
|
|||||||
Reference in New Issue
Block a user