Migrate config renovate.json
Docker Build and Push / build (pull_request) Successful in 1m1s

This commit is contained in:
2026-06-09 13:27:05 +00:00
parent 71c6269fed
commit 5b87dce005
+3 -2
View File
@@ -3,10 +3,11 @@
"gitlabci": {
"enabled": false
},
"regexManagers": [
"customManagers": [
{
"customType": "regex",
"description": "Track ansible-review pip version from ARG in Dockerfile",
"fileMatch": ["^Dockerfile$"],
"managerFilePatterns": ["/^Dockerfile$/"],
"matchStrings": ["ARG ANSIBLE_REVIEW_VERSION=(?<currentValue>[\\d.]+)\\n"],
"depNameTemplate": "ansible-review",
"datasourceTemplate": "pypi"