dependabot-script
dependabot-script copied to clipboard
Allow author name and email to be set via environment variables
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]" }
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.