chore: update renovate regrex
This commit is contained in:
@ -6,17 +6,19 @@
|
|||||||
],
|
],
|
||||||
"ignoreDeps": ["postgres"],
|
"ignoreDeps": ["postgres"],
|
||||||
"automerge": false,
|
"automerge": false,
|
||||||
"automergeType": "branch",
|
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"description": "Scan group_vars/all.yml for Docker images",
|
"description": "Update Docker images defined in YAML files",
|
||||||
"matchFiles": ["group_vars/all.yml"],
|
"matchFilePatterns": [".*\\.yml$"],
|
||||||
"matchStrings": [
|
"customManagers": [
|
||||||
"alpine_latest_image:\\s*\"(?<currentValue>.*?)\"",
|
{
|
||||||
"ubuntu_latest_image:\\s*\"(?<currentValue>.*?)\"",
|
"manager": "regex",
|
||||||
"debian_latest_image:\\s*\"(?<currentValue>.*?)\""
|
"datasource": "docker",
|
||||||
],
|
"extractVersion": "(?:alpine_latest_image|ubuntu_latest_image|debian_latest_image|image):\\s*\"(?<currentValue>[^\"]+)\"",
|
||||||
"datasourceTemplate": "docker"
|
"depNameTemplate": "{{#if (match \"alpine_latest_image\")}}alpine{{else if (match \"ubuntu_latest_image\")}}ubuntu{{else if (match \"debian_latest_image\")}}debian{{else}}docker-image{{/if}}",
|
||||||
|
"versioning": "docker"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user