Prerequisites
Issue
When dependabot opens a PR to update a dependency, it runs the whole ci pipeline twice. Once by push and once by pull request event. We could actually save one ci run when we would ignore the dependabot branch in push events.
We could actually configure, that only push events into master, main and next result in a pipeline run.