bfra-me / renovate-action

GitHub Action for Self-Hosted Renovate
MIT License
1 stars 1 forks source link

Support global config as a Renovate workflow input #359

Open marcusrbrown opened 1 year ago

marcusrbrown commented 1 year ago

Allow users of the reusable workflow to pass in custom global configuration; specifically onboarding config.

marcusrbrown commented 6 months ago

I created this issue when this action was a reusable workflow (in bfra-me/renovate-config#736). As a composite action, users can set the env key to pass Renovate environment variables. To ensure the action doesn't overwrite the user's global config, the current environment config should be moved into presets, and the user-supplied env should always take precedence.