Merge pull request 'chore(config): migrate Renovate config' (#6) from renovate/migrate-config into main
Docker Build and Push / build (push) Successful in 1m57s
Docker Build and Push / build (push) Successful in 1m57s
Reviewed-on: #6
This commit was merged in pull request #6.
This commit is contained in:
+4
-5
@@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user