dependabot-script icon indicating copy to clipboard operation
dependabot-script copied to clipboard

Allow author name and email to be set via environment variables

Open ChrisPearce opened this issue 4 years ago • 1 comments

It would be helpful for the commit author and email to be able to be set using environment variables.

Currently these are hard-coded in the /generic-update-script.rb file with the line: author_details: { name: "Dependabot", email: "[email protected]" }

ChrisPearce avatar Apr 30 '21 08:04 ChrisPearce

I suspect at this point, we need to start looking at using the dependabot.yml file to set variables rather than having so many environment variables floating around.

JaredAAT avatar May 11 '21 15:05 JaredAAT