chore: improve renovate dependency detection
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

This commit is contained in:
Sagent
2026-06-09 02:12:45 +00:00
parent 2a783abdc6
commit b8b5734dcc
+15
View File
@@ -0,0 +1,15 @@
{
"$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"
}
]
}