Merge pull request 'chore(config): migrate Renovate config' (#8) from renovate/migrate-config into master
Docker Build and Push / lint (push) Successful in 7s
Docker Build and Push / build (push) Successful in 4m6s
Docker Build and Push / test (push) Successful in 31s
Docker Build and Push / push (push) Successful in 1m3s

Reviewed-on: #8
This commit was merged in pull request #8.
This commit is contained in:
2026-06-09 11:30:24 -04:00
+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"