---
title: "Allow to use autosquash with rebase update method"
date: 2023-03-31
tags:
  - Workflow Automation
description: ""
---

Mergify now supports using `autosquash` when using the `update_method: rebase` configuration option. That means Mergify will now rebase with the autosquash option enabled, squashing commits that have the `fixup!` prefix.
