We use dependabot to update our NPM libraries, along with a Bitrise linting workflow triggered on PR open.
Often, third party libraries use “skip ci” in their commit messages.
Because dependabot includes the libraries commit message in its commit - the pipeline does not run and the PR hangs.
Is there any way to force this pipeline to run?