From: Christoph Wurst Date: Mon, 17 Oct 2022 11:18:26 +0000 (+0200) Subject: Disable automatic Dependabot rebases X-Git-Tag: v26.0.0beta1~572^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F34631%2Fhead;p=nextcloud-server.git Disable automatic Dependabot rebases Signed-off-by: Christoph Wurst --- 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