Merge pull request 'chore(config): migrate Renovate config' (#7) from renovate/migrate-config into master
Docker Build and Push / lint (push) Successful in 6s
Docker Build and Push / build (push) Successful in 33s
Docker Build and Push / test (push) Successful in 11s
Docker Build and Push / push (push) Successful in 24s

Reviewed-on: #7
This commit was merged in pull request #7.
This commit is contained in:
2026-06-09 11:01:28 -04:00
+3 -2
View File
@@ -3,10 +3,11 @@
"gitlabci": { "gitlabci": {
"enabled": false "enabled": false
}, },
"regexManagers": [ "customManagers": [
{ {
"customType": "regex",
"description": "Track ansible-lint pip version from ARG in Dockerfile", "description": "Track ansible-lint pip version from ARG in Dockerfile",
"fileMatch": ["^Dockerfile$"], "managerFilePatterns": ["/^Dockerfile$/"],
"matchStrings": ["ARG ANSIBLE_LINT_VERSION=(?<currentValue>[\\d.]+)\\n"], "matchStrings": ["ARG ANSIBLE_LINT_VERSION=(?<currentValue>[\\d.]+)\\n"],
"depNameTemplate": "ansible-lint", "depNameTemplate": "ansible-lint",
"datasourceTemplate": "pypi" "datasourceTemplate": "pypi"