Skip to content

Conversation

brettfo
Copy link
Contributor

@brettfo brettfo commented Aug 7, 2025

This PR adds for the ability to pass extra environment variables to the updater image by setting extra command line arguments. Usage is the following:

depenabot update -f job.yml --updater-env SOME_VAR_1=value-1 --updater-env SOME_VAR_2=value-2

There's also a short -e variant.

This approach was picked to allow arbitrary values to be passed through so each additional environment variable doesn't require another PR and release.

Failing NPM smoke tests are due to dependabot/dependabot-core#12784.
Failing Swift smoke test is due to dependabot/dependabot-core#12647.

@brettfo brettfo requested review from a team as code owners August 7, 2025 18:27
@brettfo brettfo force-pushed the dev/brettfo/extra-env branch from 659ccc1 to ca41235 Compare August 7, 2025 18:48
@brettfo brettfo added this pull request to the merge queue Aug 7, 2025
Merged via the queue into main with commit 5a8fae5 Aug 7, 2025
80 of 84 checks passed
@brettfo brettfo deleted the dev/brettfo/extra-env branch August 7, 2025 19:15
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.

2 participants