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

`dependabot_version` and `bundler_version` arguments unused #8

Closed banesullivan closed 2 years ago

banesullivan commented 2 years ago

I think that by hard setting these:

https://github.com/marcoroth/dependabot-bump-together-action/blob/ab726ae3405ac60706b35fd8659da2ed009383b6/action.yml#L41-L43

The dependabot_version and bundler_version arguments are left unused by the action when building the Docker image

banesullivan commented 2 years ago

Would it be better to leave these versions out and use the latest versions of these packages?

marcoroth commented 2 years ago

The unused arguments were removed in #12.

It now always uses the latest Dependabot and bundler versions available to build the Docker image.