Skip to content

Use the shared gha workflows and actions - #84

Closed
yama6a wants to merge 1 commit into
mainfrom
adopt-shared-gha
Closed

Use the shared gha workflows and actions#84
yama6a wants to merge 1 commit into
mainfrom
adopt-shared-gha

Conversation

@yama6a

@yama6a yama6a commented Sep 13, 2026

Copy link
Copy Markdown
Owner

Four local copies replaced: renovate.yaml becomes a call to the reusable workflow, and the shell, yaml and renovate-config jobs become actions/shellcheck, actions/yaml-checks and actions/validate-renovate-config. The helm job keeps its parallel render loop but gets kubeconform from actions/kubeconform in install-only mode, using the exported KUBECONFORM_ARGS.

RENOVATE_ALLOWED_COMMANDS moves to the reusable workflow's allowed-commands input, same value. It stays in the workflow rather than renovate.json5 for the same reason as before: a routine config PR must not be able to smuggle in a command for the job to run.

The caller-level concurrency: {group: renovate} is dropped on purpose. The reusable workflow declares that group itself, and a caller holding the same group deadlocks the call.

Job names are unchanged, so the four required-check contexts on main still match.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant