b8b5734dcc
Docker Build and Push / lint (push) Successful in 7s
Docker Build and Push / build (push) Successful in 52s
Docker Build and Push / lint (pull_request) Successful in 5s
Docker Build and Push / test (push) Successful in 19s
Docker Build and Push / build (pull_request) Successful in 47s
Docker Build and Push / push (push) Successful in 27s
Docker Build and Push / test (pull_request) Successful in 11s
Docker Build and Push / push (pull_request) Has been skipped
16 lines
399 B
JSON
16 lines
399 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"gitlabci": {
|
|
"enabled": false
|
|
},
|
|
"regexManagers": [
|
|
{
|
|
"description": "Track awscli pip version from ARG in Dockerfile",
|
|
"fileMatch": ["^Dockerfile$"],
|
|
"matchStrings": ["ARG CLI_VERSION=(?<currentValue>[\\d.]+)\\n"],
|
|
"depNameTemplate": "awscli",
|
|
"datasourceTemplate": "pypi"
|
|
}
|
|
]
|
|
}
|