Merge pull request 'chore(config): migrate Renovate config' (#8) from renovate/migrate-config into master
Docker Build and Push / lint (push) Successful in 7s
Docker Build and Push / build (push) Successful in 24s
Docker Build and Push / test (push) Successful in 37s
Docker Build and Push / push (push) Successful in 16s

Reviewed-on: #8
This commit was merged in pull request #8.
This commit is contained in:
2026-06-09 11:29:57 -04:00
+3 -2
View File
@@ -3,10 +3,11 @@
"gitlabci": { "gitlabci": {
"enabled": false "enabled": false
}, },
"regexManagers": [ "customManagers": [
{ {
"customType": "regex",
"description": "Track awscli pip version from ARG in Dockerfile", "description": "Track awscli pip version from ARG in Dockerfile",
"fileMatch": ["^Dockerfile$"], "managerFilePatterns": ["/^Dockerfile$/"],
"matchStrings": ["ARG CLI_VERSION=(?<currentValue>[\\d.]+)\\n"], "matchStrings": ["ARG CLI_VERSION=(?<currentValue>[\\d.]+)\\n"],
"depNameTemplate": "awscli", "depNameTemplate": "awscli",
"datasourceTemplate": "pypi" "datasourceTemplate": "pypi"