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": {
"enabled": false
},
"regexManagers": [
"customManagers": [
{
"customType": "regex",
"description": "Track ansible-lint pip version from ARG in Dockerfile",
"fileMatch": ["^Dockerfile$"],
"managerFilePatterns": ["/^Dockerfile$/"],
"matchStrings": ["ARG ANSIBLE_LINT_VERSION=(?<currentValue>[\\d.]+)\\n"],
"depNameTemplate": "ansible-lint",
"datasourceTemplate": "pypi"