Disable automatic Dependabot rebases

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
pull/34631/head
Christoph Wurst 3 years ago
parent bca2720c1b
commit e438ffd7e3
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8
  1. 2
      .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

Loading…
Cancel
Save