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