fix(renovate): update REAMDE

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

View File

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