diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0fdd00b90..cb3471612 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -32,6 +32,8 @@ updates: - "symfony/*" cooldown: default-days: 7 + # Disable automatic rebasing because we need to create a server PR anyway + rebase-strategy: "disabled" - package-ecosystem: composer directory: "/" @@ -59,6 +61,8 @@ updates: - "symfony/*" cooldown: default-days: 7 + # Disable automatic rebasing because we need to create a server PR anyway + rebase-strategy: "disabled" - package-ecosystem: composer directory: "/" @@ -86,3 +90,5 @@ updates: - "symfony/*" cooldown: default-days: 7 + # Disable automatic rebasing because we need to create a server PR anyway + rebase-strategy: "disabled"