Compare commits

...

7 Commits

Author SHA1 Message Date
renovate 0346a69b4c chore(deps): update dependency uvicorn to v0.49.0
Docker Build and Push / build (pull_request) Successful in 1m10s
2026-06-11 11:58:27 +00:00
jcabillot ddb801a1e8 Merge pull request 'chore(deps): update dependency starlette to v1.3.0' (#9) from renovate/starlette-1.x into main
Docker Build and Push / build (push) Successful in 1m59s
Reviewed-on: #9
2026-06-11 07:46:20 -04:00
jcabillot 6347071a07 Merge pull request 'chore(config): migrate Renovate config' (#6) from renovate/migrate-config into main
Docker Build and Push / build (push) Successful in 1m57s
Reviewed-on: #6
2026-06-11 07:41:42 -04:00
jcabillot 3f51d7d559 Merge pull request 'chore(deps): update dependency mcp to v1.27.2' (#8) from renovate/mcp-1.x into main
Docker Build and Push / build (push) Successful in 2m26s
Reviewed-on: #8
2026-06-11 07:10:02 -04:00
renovate a837e58376 chore(deps): update dependency starlette to v1.3.0
Docker Build and Push / build (pull_request) Successful in 1m8s
2026-06-11 08:15:30 +00:00
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
renovate f14bb778b8 chore(deps): update dependency mcp to v1.27.2
Docker Build and Push / build (pull_request) Successful in 1m25s
2026-06-11 03:13:38 +00:00
2 changed files with 7 additions and 8 deletions
+4 -5
View File
@@ -1,12 +1,11 @@
{ {
"$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"
} }
+3 -3
View File
@@ -1,9 +1,9 @@
mcp==1.26.0 mcp==1.27.2
fastmcp==3.4.2 fastmcp==3.4.2
qdrant-client==1.18.0 qdrant-client==1.18.0
fastembed==0.8.0 fastembed==0.8.0
python-dotenv==1.2.2 python-dotenv==1.2.2
uvicorn==0.41.0 uvicorn==0.49.0
starlette==1.0.1 starlette==1.3.0
beautifulsoup4==4.15.0 beautifulsoup4==4.15.0
python-dateutil==2.9.0.post0 python-dateutil==2.9.0.post0