chore: update renovate regrex
This commit is contained in:
@ -5,20 +5,17 @@
|
|||||||
":semanticCommitTypeAll(chore)"
|
":semanticCommitTypeAll(chore)"
|
||||||
],
|
],
|
||||||
"ignoreDeps": ["postgres"],
|
"ignoreDeps": ["postgres"],
|
||||||
"automerge": false,
|
"automerge": true,
|
||||||
"packageRules": [
|
"automergeType": "branch",
|
||||||
|
"schedule": ["every hour"],
|
||||||
|
"regexManagers": [
|
||||||
{
|
{
|
||||||
"description": "Update Docker images defined in YAML files",
|
"fileMatch": [".*\\.yml$"],
|
||||||
"matchFilePatterns": [".*\\.yml$"],
|
"matchStrings": [
|
||||||
"customManagers": [
|
"(alpine_latest_image|ubuntu_latest_image|debian_latest_image|image):\\s*\"(?<currentValue>[^\"]+)\""
|
||||||
{
|
],
|
||||||
"manager": "regex",
|
"datasourceTemplate": "docker",
|
||||||
"datasource": "docker",
|
"versioningTemplate": "docker"
|
||||||
"extractVersion": "(?:alpine_latest_image|ubuntu_latest_image|debian_latest_image|image):\\s*\"(?<currentValue>[^\"]+)\"",
|
|
||||||
"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