chore: improve renovate dependency detection
Docker Build and Push / build (pull_request) Successful in 52s
Docker Build and Push / build (pull_request) Successful in 52s
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"$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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user