feat(elk): add Renovate configuration for Elasticsearch image versioning
This commit is contained in:
parent
8740681660
commit
8e69bf0e43
2 changed files with 11 additions and 0 deletions
|
@ -13,6 +13,16 @@
|
|||
"matchStrings": [
|
||||
"\\s*image\\s*=\\s*\\\"(?<depName>.*?):(?<currentValue>.*?)\\\""
|
||||
]
|
||||
},
|
||||
{
|
||||
"customType": "regex",
|
||||
"datasourceTemplate": "docker",
|
||||
"fileMatch": [
|
||||
"\\.tf$"
|
||||
],
|
||||
"matchStrings": [
|
||||
"#\\s?renovate:\\s?image=(?<depName>.*?)\\s?\\\"\\w+\\\"\\s?=\\s?\\\"(?<currentValue>[\\w+\\.\\-]*)\""
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue