Migrate config renovate.json
Docker Build and Push / lint (push) Successful in 10s
Docker Build and Push / lint (pull_request) Successful in 8s
Docker Build and Push / build (pull_request) Successful in 34s
Docker Build and Push / build (push) Successful in 55s
Docker Build and Push / test (pull_request) Successful in 16s
Docker Build and Push / test (push) Successful in 18s
Docker Build and Push / push (pull_request) Has been skipped
Docker Build and Push / push (push) Successful in 30s
Docker Build and Push / lint (push) Successful in 10s
Docker Build and Push / lint (pull_request) Successful in 8s
Docker Build and Push / build (pull_request) Successful in 34s
Docker Build and Push / build (push) Successful in 55s
Docker Build and Push / test (pull_request) Successful in 16s
Docker Build and Push / test (push) Successful in 18s
Docker Build and Push / push (pull_request) Has been skipped
Docker Build and Push / push (push) Successful in 30s
This commit is contained in:
+3
-2
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user