chore(config): migrate Renovate config #7

Merged
jcabillot merged 1 commits from renovate/migrate-config into master 2026-06-09 11:01:30 -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"