Files
ansible-lint/renovate.json
T

17 lines
462 B
JSON
Raw Normal View History

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