Files
mcp-maildir/renovate.json
T
opencodecabilloteu 93549155b2
Docker Build and Push / build (pull_request) Successful in 1m20s
chore: pin pip versions, remove renovate rangeStrategy
2026-06-11 02:53:33 +00:00

15 lines
452 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"regexManagers": [
{
"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]+)"
],
"depNameTemplate": "qdrant/qdrant",
"datasourceTemplate": "docker"
}
]
}