cluster-state/renovate.json

28 lines
No EOL
637 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
":automergeMinor"
],
"customManagers": [
{
"customType": "regex",
"datasourceTemplate": "docker",
"fileMatch": [
"\\.hcl$"
],
"matchStrings": [
"\\s*image\\s*=\\s*\\\"(?<depName>.*?):(?<currentValue>.*?)\\\""
]
},
{
"customType": "regex",
"datasourceTemplate": "docker",
"fileMatch": [
"\\.tf$"
],
"matchStrings": [
"\\s*#\\s?renovate:\\s?image=(?<depName>.*?)\\s+\"\\w+\"\\s?=\\s?\"(?<currentValue>[\\w+\\.\\-]*)\""
]
}
]
}