Currently, we push into dependabot's PRs with default action's GITHUB_TOKEN. Default behavior of gh actions is to prevent any triggers on GH actions checks, if such token creates or push and update to PR.
We should probably use serverless-qe account to perform PR updates into dependabot's PRs.
E.g. happened here:
openshift-knative/net-istio#226
More on:
https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#triggering-further-workflow-runs
/cc @creydr @pierDipi