dependabot / dependabot-core

🤖 Dependabot's core logic for creating update PRs.
https://docs.github.com/en/code-security/dependabot
MIT License
4.62k stars 986 forks source link

Support custom named Gemfiles #2171

Open tjwallace opened 5 years ago

tjwallace commented 5 years ago

Our overcommit setup uses a separate gemfile (.overcommit_gemfile.rb). It would be great if dependabot allowed the name of the gemfile to be configured. You can use the BUNDLE_GEMFILE environment variable.

lloydpick commented 5 years ago

We also have a similar issue where we have multiple gemfiles, the standard in Gemfile and another one in Gemfile.deploy. It would be great if dependabot could check both.

tjwallace commented 4 years ago

This would still be really helpful to us