Files
ansible-review/renovate.json
T

17 lines
468 B
JSON
Raw Normal View History

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