Replies: 1 comment 5 replies
-
- name: dependabot update
conditions:
- author=dependabot[bot]
- "#commits-behind>0"
actions:
comment:
bot_account: some-account-with-write-access
message: "@dependabot rebase" You need to use a bot account because Dependabot will refuse to rebase a PR if the author is an app AFAIK. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible for Mergify to not merge the target branch into the pull request to keep it up to date? Since I only use Mergify with Dependabot pull requests, I would like Dependabot to keep its pull requests up to date itself. Mergify's merge commits into Dependabot's pull requests disables Dependabot's functionality to keep its pull requests up to date, so I would like to disable it somehow.
Another option would be for Mergify to add
@dependabot rebase
comments to the PR to nudge Dependabot to rebase the PR.Beta Was this translation helpful? Give feedback.
All reactions