fix(renovate): update REAMDE
All checks were successful
Helm / helm-lint (push) Successful in 5s
Helm / helm-unittest (push) Successful in 6s
Generate README / generate-parameters (push) Successful in 28s

This commit is contained in:
2025-09-20 17:25:44 +02:00
parent 387547e813
commit 7b44b9626f
3 changed files with 25 additions and 2 deletions

View File

@@ -64,5 +64,15 @@
"patch"
]
}
]
],
"postUpgradeTasks": {
"commands": [
"install-tool node",
"make readme"
],
"fileFilters": [
"README.md"
],
"executionMode": "update"
}
}