diff --git a/.mergify.yml b/.mergify.yml new file mode 100644 index 0000000000..9491ea01d9 --- /dev/null +++ b/.mergify.yml @@ -0,0 +1,6 @@ +pull_request_rules: + - name: Automatic update of all PRs + conditions: + - base=main # Targeting the main branch + actions: + update: {} # Update PR with base branch