Merge pull request 'chore(config): migrate Renovate config' (#7) from renovate/migrate-config into master
Reviewed-on: #7
This commit was merged in pull request #7.
This commit is contained in:
+3
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user