ahmadnassri / action-dependabot-auto-merge

Automatically merge Dependabot PRs when version comparison is within range
MIT License
341 stars 48 forks source link

Support additional PR senders #169

Open louism517 opened 1 year ago

louism517 commented 1 year ago

Hi,

We are using code based on dependabot-script to enact dependency updates.

We chose to do this so that we could have immediate updates of our internal deps (as opposed to daily or weekly from dependabot) whilst still utilising all of the safety features which dependabot provides.

However when we raise PRs using this tool, the sender is not dependabot[bot].

This change adds support for a acceptSender configuration flag which would allow us to auto-merge these updates.