marcoroth / dependabot-bump-together-action

GitHub Action to bump multiple dependencies with dependabot in a single pull request
MIT License
8 stars 3 forks source link

Reduce verbosity of PR branch names #17

Open banesullivan opened 2 years ago

banesullivan commented 2 years ago

When this action opens a PR, its branch name can get quite verbose, listing every bumped dependency: See https://github.com/ResonantGeoData/RD-OpenGeo/pull/52

dependabot/pip/main/django-rgd-3d-and-django-rgd-fmv-and-django-rgd-geometry-and-django-rgd-imagery-and-django-rgd-3d-worker--and-django-rgd-fmv-worker--and-django-rgd-geometry-worker--and-django-rgd-imagery-worker--and-django-rgd-fuse--0.2.16

I looked through dependantabot's API and didn't see an easy way to specify this, but I'm wondering if it'd be possible for us to control the branch name within this action