microsoft / mu_devops

Project Mu Developer Operations
https://microsoft.github.io/mu/
Other
26 stars 22 forks source link

.sync/dependabot: Disable automatic rebasing #159

Closed makubacki closed 1 year ago

makubacki commented 1 year ago

Sets the rebase-strategy to "disabled" to prevent automatic rebasing.

This prevents CI resources from building changes that may not actually be merged for a while (and need to be rebuilt later again).

Rebasing can be done manually in the dependabot PR either through the GitHub UI or the dependabot command or via a push to the dependabot PR branch.