mirror of
https://github.com/outbackdingo/n8n-chart.git
synced 2026-08-25 14:53:31 +00:00
16 lines
321 B
JSON
16 lines
321 B
JSON
{
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"regexManagers": [
|
|
{
|
|
"datasourceTemplate": "docker",
|
|
"fileMatch": ["(^|/)Chart\\.yaml$"],
|
|
"matchStrings": [
|
|
"#\\s?renovate: image=(?<depName>.*?)\\s?appVersion:\\s?\\\"?(?<currentValue>[\\w+\\.\\-]*)\""
|
|
]
|
|
}
|
|
],
|
|
"bumpVersion": "patch"
|
|
}
|