2026-06-09 02:12:45 +00:00
|
|
|
{
|
|
|
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
|
|
|
"gitlabci": {
|
|
|
|
|
"enabled": false
|
|
|
|
|
},
|
2026-06-09 13:26:10 +00:00
|
|
|
"customManagers": [
|
2026-06-09 02:12:45 +00:00
|
|
|
{
|
2026-06-09 13:26:10 +00:00
|
|
|
"customType": "regex",
|
2026-06-09 02:12:45 +00:00
|
|
|
"description": "Track ansible-lint pip version from ARG in Dockerfile",
|
2026-06-09 13:26:10 +00:00
|
|
|
"managerFilePatterns": ["/^Dockerfile$/"],
|
2026-06-09 02:12:45 +00:00
|
|
|
"matchStrings": ["ARG ANSIBLE_LINT_VERSION=(?<currentValue>[\\d.]+)\\n"],
|
|
|
|
|
"depNameTemplate": "ansible-lint",
|
|
|
|
|
"datasourceTemplate": "pypi"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|