Finetune Renovate configuration #738

Merged
justusbunsi merged 1 commits from refs/pull/738/head into main 2024-11-30 16:07:24 +00:00

View File

@ -63,6 +63,25 @@
'patch',
'digest',
],
matchFileNames: [
'!Chart.yaml',
],
},
{
description: 'Update README.md on changes in values.yaml',
matchManagers: [
'helm-values',
],
postUpgradeTasks: {
commands: [
'install-tool node',
'make readme',
],
fileFilters: [
'README.md',
],
executionMode: 'update',
},
},
{
description: 'Override changelog url for Helm image, to have release notes in our PRs',