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