Compare commits

3 Commits

Author SHA1 Message Date
renovate 29d69c589e chore(config): migrate config renovate.json
Docker Build and Push / build (pull_request) Successful in 1m18s
2026-06-11 03:14:03 +00:00
cloudix_mcp_server 5ba7b567f8 Merge pull request 'chore: pin pip versions in requirements.txt' (#7) from fix/pin-dependencies into main
Docker Build and Push / build (push) Successful in 2m3s
2026-06-10 23:02:44 -04:00
opencodecabilloteu 93549155b2 chore: pin pip versions, remove renovate rangeStrategy
Docker Build and Push / build (pull_request) Successful in 1m20s
2026-06-11 02:53:33 +00:00
2 changed files with 13 additions and 22 deletions
+4 -13
View File
@@ -1,22 +1,13 @@
{
"$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"
}
],
"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
fastmcp
qdrant-client
fastembed
python-dotenv
uvicorn
starlette
beautifulsoup4
python-dateutil
mcp==1.26.0
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
beautifulsoup4==4.15.0
python-dateutil==2.9.0.post0