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