Files
mcp-maildir/renovate.json
T

14 lines
478 B
JSON
Raw Normal View History

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
2026-06-11 03:14:03 +00:00
"customManagers": [
{
2026-06-11 03:14:03 +00:00
"customType": "regex",
"description": "Track qdrant/qdrant Docker image from docker-compose.yml (native manager missed it)",
2026-06-11 03:14:03 +00:00
"managerFilePatterns": ["/^docker-compose\\.ya?ml$/"],
"matchStrings": ["image:\\s*(?:docker\\.io/)?qdrant/qdrant:(?<currentValue>[^\\s]+)"],
"depNameTemplate": "qdrant/qdrant",
"datasourceTemplate": "docker"
}
]
}