chore: add renovate.json with Kubernetes image tracking #2
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"kubernetes": {
|
||||
"fileMatch": [
|
||||
"\\.ya?ml$"
|
||||
]
|
||||
},
|
||||
"regexManagers": [
|
||||
{
|
||||
"fileMatch": [
|
||||
"\\.ya?ml$"
|
||||
],
|
||||
"matchStrings": [
|
||||
"image:\\s*\"?(?<depName>[^\":]+?)(?::(?<currentValue>[^\"\\s]*))?\"?"
|
||||
],
|
||||
"datasourceTemplate": "docker"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user