chore: update renovate regrex

This commit is contained in:
2025-10-07 20:29:48 +10:00
parent 3c8e382b91
commit f2d6cade13
3 changed files with 12 additions and 20 deletions

View File

@ -4,25 +4,19 @@
"local>RenovateBot/renovate-config",
":semanticCommitTypeAll(chore)"
],
"ignoreDeps": ["postgres"],
"automerge": false,
"commitBodyTable": true,
"ignoreTests": true,
"major": {
"automerge": false,
"commitMessagePrefix": "chore(deps-major): ",
"labels": ["dependencies", "breaking"]
},
"customManagers": [
"automergeType": "branch",
"packageRules": [
{
"customType": "regex",
"managerFilePatterns": [
"(^|/)tasks/.*\\.ya?ml$"
],
"description": "Scan group_vars/all.yml for Docker images",
"matchFiles": ["group_vars/all.yml"],
"matchStrings": [
"(?<varName>\\w+_image):\\s+\"?(?<depName>[\\w./-]+):(?<currentValue>[\\w.-]+)\"?"
"alpine_latest_image:\\s*\"(?<currentValue>.*?)\"",
"ubuntu_latest_image:\\s*\"(?<currentValue>.*?)\"",
"debian_latest_image:\\s*\"(?<currentValue>.*?)\""
],
"datasourceTemplate": "docker",
"versioningTemplate": "docker"
"datasourceTemplate": "docker"
}
]
}