From 8b01f06bd9c227dbc9a72b1398fc13c036b56068 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bendeg=C3=BAz=20Csirmaz?= Date: Mon, 20 Apr 2026 09:37:43 +0200 Subject: [PATCH] fix(dir-sdk-python): fix renovate task MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bendegúz Csirmaz --- Taskfile.deps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Taskfile.deps.yml b/Taskfile.deps.yml index fad0101..0edd57d 100644 --- a/Taskfile.deps.yml +++ b/Taskfile.deps.yml @@ -115,7 +115,7 @@ tasks: RENOVATE_OPTS_DEFAULT: >- --persist-repo-data 'true' --allowed-post-upgrade-commands '[".*"]' - --post-upgrade-tasks '{"commands": ["task helm:gen", "task deps:tidy", "task sdk:tidy"], "executionMode": "branch"}' + --post-upgrade-tasks '{"commands": ["task sdk:tidy"], "executionMode": "branch"}' RENOVATE_OPTS: "{{ .RENOVATE_OPTS | default .RENOVATE_OPTS_DEFAULT }}" RENOVATE_PLATFORM_EFFECTIVE: sh: printf '%s' "${RENOVATE_PLATFORM:-local}"