chore(config): migrate config renovate.json
Docker Build and Push / lint (push) Successful in 6s
Docker Build and Push / lint (pull_request) Successful in 7s
Docker Build and Push / build (push) Successful in 27s
Docker Build and Push / build (pull_request) Successful in 29s
Docker Build and Push / test (push) Successful in 12s
Docker Build and Push / test (pull_request) Successful in 15s
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 6s
Docker Build and Push / lint (pull_request) Successful in 7s
Docker Build and Push / build (push) Successful in 27s
Docker Build and Push / build (pull_request) Successful in 29s
Docker Build and Push / test (push) Successful in 12s
Docker Build and Push / test (pull_request) Successful in 15s
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": {
|
||||
"enabled": false
|
||||
},
|
||||
"regexManagers": [
|
||||
"customManagers": [
|
||||
{
|
||||
"customType": "regex",
|
||||
"description": "Track awscli pip version from ARG in Dockerfile",
|
||||
"fileMatch": ["^Dockerfile$"],
|
||||
"managerFilePatterns": ["/^Dockerfile$/"],
|
||||
"matchStrings": ["ARG CLI_VERSION=(?<currentValue>[\\d.]+)\\n"],
|
||||
"depNameTemplate": "awscli",
|
||||
"datasourceTemplate": "pypi"
|
||||
|
||||
Reference in New Issue
Block a user