Some checks failed
Build k8s-mgmt-pod image / Build & Push (push) Failing after 1m40s
16 lines
No EOL
446 B
JSON
16 lines
No EOL
446 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended"
|
|
],
|
|
"customManagers": [
|
|
{
|
|
"customType": "regex",
|
|
"managerFilePatterns": ["/^Dockerfile$/", "/Dockerfile.*/"],
|
|
"matchStrings": [
|
|
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)\\s+ARG .*?_VERSION=(?<currentValue>.*)\\s"
|
|
],
|
|
"datasourceTemplate": "{{{datasource}}}"
|
|
}
|
|
]
|
|
} |