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

Change to composite action with no Dockerfile #13

Closed banesullivan closed 2 years ago

banesullivan commented 2 years ago

Option 1 (requires much testing)

This changes the action to be a "composite" action, no longer utilizing Docker. Execution with this is actually faster than pulling a prebuilt image (30s vs 1min.30s).

Ref https://github.com/actions/runner/issues/665

We may need to also set up other package managers like how Python had to be installed

banesullivan commented 2 years ago

Closing this PR in favor of #14