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