Merge pull request 'chore: improve renovate dependency detection' (#6) from chore/renovate into master
Docker Build and Push / lint (push) Successful in 6s
Docker Build and Push / build (push) Successful in 25s
Docker Build and Push / test (push) Successful in 20s
Docker Build and Push / push (push) Successful in 22s

Reviewed-on: #6
This commit was merged in pull request #6.
This commit is contained in:
2026-06-09 08:41:23 -04:00
+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"
}
]
}