mirror of
https://github.com/outbackdingo/helm-charts-new.git
synced 2026-01-27 10:19:10 +00:00
renovate.json: add customManager to update appVersion in Chart.yaml, currently only for wallabag
This commit is contained in:
@@ -15,6 +15,20 @@
|
||||
"pre-commit": {
|
||||
"enabled": true
|
||||
},
|
||||
"customManagers": [
|
||||
{
|
||||
"customType": "regex",
|
||||
"description": "Update appVersion references in Chart.yaml",
|
||||
"managerFilePatterns": [
|
||||
"^charts\\/wallabag\\/Chart\\.yaml$"
|
||||
],
|
||||
"matchStrings": [
|
||||
"appVersion:\\s+(?<currentValue>.*)"
|
||||
],
|
||||
"depNameTemplate": "wallabag/wallabag",
|
||||
"datasourceTemplate": "docker"
|
||||
}
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchManagers": ["helm-values"],
|
||||
@@ -32,7 +46,10 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"matchManagers": ["helmv3"],
|
||||
"matchManagers": [
|
||||
"helmv3",
|
||||
"custom.regex"
|
||||
],
|
||||
"postUpgradeTasks": {
|
||||
"commands": [
|
||||
"./scripts/update_dependency_in_chart.sh '{{{parentDir}}}' '{{{updateType}}}' '{{{depName}}}' '{{{newVersion}}}'",
|
||||
|
||||
Reference in New Issue
Block a user