Skip to content

Commit b343fc4

Browse files
fix(dir-sdk-python): fix renovate task
1 parent 19880ef commit b343fc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Taskfile.deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ tasks:
115115
RENOVATE_OPTS_DEFAULT: >-
116116
--persist-repo-data 'true'
117117
--allowed-post-upgrade-commands '[".*"]'
118-
--post-upgrade-tasks '{"commands": ["task helm:gen", "task deps:tidy", "task sdk:tidy"], "executionMode": "branch"}'
118+
--post-upgrade-tasks '{"commands": ["task sdk:tidy"], "executionMode": "branch"}'
119119
RENOVATE_OPTS: "{{ .RENOVATE_OPTS | default .RENOVATE_OPTS_DEFAULT }}"
120120
RENOVATE_PLATFORM_EFFECTIVE:
121121
sh: printf '%s' "${RENOVATE_PLATFORM:-local}"

0 commit comments

Comments
 (0)