chore: improve renovate dependency detection
Docker Build and Push / lint (push) Successful in 7s
Docker Build and Push / build (push) Successful in 1m3s
Docker Build and Push / lint (pull_request) Successful in 7s
Docker Build and Push / test (push) Successful in 32s
Docker Build and Push / build (pull_request) Successful in 56s
Docker Build and Push / push (push) Successful in 30s
Docker Build and Push / test (pull_request) Successful in 16s
Docker Build and Push / push (pull_request) Has been skipped
Docker Build and Push / lint (push) Successful in 7s
Docker Build and Push / build (push) Successful in 1m3s
Docker Build and Push / lint (pull_request) Successful in 7s
Docker Build and Push / test (push) Successful in 32s
Docker Build and Push / build (pull_request) Successful in 56s
Docker Build and Push / push (push) Successful in 30s
Docker Build and Push / test (pull_request) Successful in 16s
Docker Build and Push / push (pull_request) Has been skipped
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"gitlabci": {
|
||||
"enabled": false
|
||||
},
|
||||
"regexManagers": [
|
||||
{
|
||||
"description": "Track ansible-lint pip version from ARG in Dockerfile",
|
||||
"fileMatch": ["^Dockerfile$"],
|
||||
"matchStrings": ["ARG ANSIBLE_LINT_VERSION=(?<currentValue>[\\d.]+)\\n"],
|
||||
"depNameTemplate": "ansible-lint",
|
||||
"datasourceTemplate": "pypi"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user