Files
ansible-review/renovate.json
renovate 5b87dce005
Docker Build and Push / build (pull_request) Successful in 1m1s
Migrate config renovate.json
2026-06-09 13:27:05 +00:00

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"
}
]
}