From e438ffd7e33e14b9b3cac1e78debfb991983432e Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Mon, 17 Oct 2022 13:18:26 +0200 Subject: [PATCH] Disable automatic Dependabot rebases Signed-off-by: Christoph Wurst --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ab768a00462..9cc65f2a208 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -28,6 +28,8 @@ updates: - "feature: dependencies" reviewers: - "nextcloud/server-dependabot" + # Disable automatic rebasing because without a build CI will likely fail anyway + rebase-strategy: "disabled" # Testing master npm - package-ecosystem: npm -- 2.39.5