Merge pull request 'chore(config): migrate Renovate config' (#8) from renovate/migrate-config into master
Reviewed-on: #8
This commit was merged in pull request #8.
This commit is contained in:
+3
-2
@@ -3,10 +3,11 @@
|
|||||||
"gitlabci": {
|
"gitlabci": {
|
||||||
"enabled": false
|
"enabled": false
|
||||||
},
|
},
|
||||||
"regexManagers": [
|
"customManagers": [
|
||||||
{
|
{
|
||||||
|
"customType": "regex",
|
||||||
"description": "Track ansible-review pip version from ARG in Dockerfile",
|
"description": "Track ansible-review pip version from ARG in Dockerfile",
|
||||||
"fileMatch": ["^Dockerfile$"],
|
"managerFilePatterns": ["/^Dockerfile$/"],
|
||||||
"matchStrings": ["ARG ANSIBLE_REVIEW_VERSION=(?<currentValue>[\\d.]+)\\n"],
|
"matchStrings": ["ARG ANSIBLE_REVIEW_VERSION=(?<currentValue>[\\d.]+)\\n"],
|
||||||
"depNameTemplate": "ansible-review",
|
"depNameTemplate": "ansible-review",
|
||||||
"datasourceTemplate": "pypi"
|
"datasourceTemplate": "pypi"
|
||||||
|
|||||||
Reference in New Issue
Block a user