20 lines
372 B
JSON
20 lines
372 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"kubernetes": {
|
|
"fileMatch": [
|
|
"\\.ya?ml$"
|
|
]
|
|
},
|
|
"regexManagers": [
|
|
{
|
|
"fileMatch": [
|
|
"\\.ya?ml$"
|
|
],
|
|
"matchStrings": [
|
|
"image:\\s*\"?(?<depName>[^\":]+?)(?::(?<currentValue>[^\"\\s]*))?\"?"
|
|
],
|
|
"datasourceTemplate": "docker"
|
|
}
|
|
]
|
|
}
|