mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
ci: do not let dependabot automatically rebase
When dependabot creates a PR, and an other gets merged, the bot automatically triggers a rebase. This will drop any approvals, causing delays in the review/merge process. The project uses Mergify to automatically rebase when needed, and approvals are retained when Mergify rebases PR. By disabling the auto-rebasing done by dependabot, fewer rebases should be needed, contributors only need to review once, and CI jobs are triggered less often. Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
parent
c286ab3c0a
commit
b95f3cdcbc
1
.github/dependabot.yml
vendored
1
.github/dependabot.yml
vendored
@ -5,6 +5,7 @@ updates:
|
|||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
|
rebase-strategy: "disabled"
|
||||||
labels:
|
labels:
|
||||||
- rebase
|
- rebase
|
||||||
commit-message:
|
commit-message:
|
||||||
|
Loading…
Reference in New Issue
Block a user