Files
awscli/renovate.json
T

16 lines
399 B
JSON
Raw Normal View History

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