Files
ansible-review/renovate.json
T

16 lines
426 B
JSON
Raw Normal View History

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"gitlabci": {
"enabled": false
},
"regexManagers": [
{
"description": "Track ansible-review pip version from ARG in Dockerfile",
"fileMatch": ["^Dockerfile$"],
"matchStrings": ["ARG ANSIBLE_REVIEW_VERSION=(?<currentValue>[\\d.]+)\\n"],
"depNameTemplate": "ansible-review",
"datasourceTemplate": "pypi"
}
]
}