chore: improve renovate dependency detection
Docker Build and Push / build (pull_request) Successful in 52s

This commit is contained in:
2026-06-09 02:12:45 +00:00
parent f98df82f31
commit 63388ba586
2 changed files with 18 additions and 2 deletions
+15
View File
@@ -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"
}
]
}