Hello Dear readers.

Today, I would like to write about a small pet project of mine called Dependabot Bundler.

We’ve all been here:

prs

You would like to review these individually, of course, however, having to individually merge them is quite the pain.

Isn’t it a lot better to do this instead?

prs

A lot nicer and more comfortable, isn’t it?

This is done by running dependabot-bundler with the following command:

./bundler --token ${GITHUB_TOKEN} --repo eksctl --owner weaveworks --author-name Skarlso --author-email gergely@weave.works --labels skip-release-notes

The command has to be executed from the root folder of the project.

That’s all for today.

Thank you for reading! Gergely.