Преглед на файлове

Disable automatic Dependabot rebases

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Christoph Wurst преди 1 година
родител
ревизия
e438ffd7e3
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      .github/dependabot.yml

+ 2 - 0
.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