diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2022-10-17 13:18:26 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2022-10-17 13:18:26 +0200 |
commit | e438ffd7e33e14b9b3cac1e78debfb991983432e (patch) | |
tree | 742cdd77e08bac810a6d408742d8c4599130e29f /.github | |
parent | bca2720c1ba39c6a4d81a0392d1f77b40ab23d94 (diff) | |
download | nextcloud-server-e438ffd7e33e14b9b3cac1e78debfb991983432e.tar.gz nextcloud-server-e438ffd7e33e14b9b3cac1e78debfb991983432e.zip |
Disable automatic Dependabot rebases
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to '.github')
-rw-r--r-- | .github/dependabot.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |