From b95f3cdcbc1d3659afd48551e96744fd988db6bd Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Tue, 2 Nov 2021 12:02:06 +0100 Subject: [PATCH] ci: do not let dependabot automatically rebase When dependabot creates a PR, and an other gets merged, the bot automatically triggers a rebase. This will drop any approvals, causing delays in the review/merge process. The project uses Mergify to automatically rebase when needed, and approvals are retained when Mergify rebases PR. By disabling the auto-rebasing done by dependabot, fewer rebases should be needed, contributors only need to review once, and CI jobs are triggered less often. Signed-off-by: Niels de Vos --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 577cc6182..764571e95 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,7 @@ updates: directory: "/" schedule: interval: "weekly" + rebase-strategy: "disabled" labels: - rebase commit-message: