This repository has been archived on 2026-06-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2026-06-09 09:10:52 -04:00
|
|
|
{
|
|
|
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
|
|
|
"kubernetes": {
|
2026-06-09 13:41:24 +00:00
|
|
|
"fileMatch": [
|
|
|
|
|
"\\.ya?ml$"
|
|
|
|
|
]
|
2026-06-09 09:10:52 -04:00
|
|
|
},
|
|
|
|
|
"regexManagers": [
|
|
|
|
|
{
|
2026-06-09 13:41:24 +00:00
|
|
|
"fileMatch": [
|
|
|
|
|
"\\.ya?ml$"
|
|
|
|
|
],
|
2026-06-09 09:10:52 -04:00
|
|
|
"matchStrings": [
|
|
|
|
|
"image:\\s*\"?(?<depName>[^\":]+?)(?::(?<currentValue>[^\"\\s]*))?\"?"
|
|
|
|
|
],
|
|
|
|
|
"datasourceTemplate": "docker"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|