Skip to content

Commit c83c58f

Browse files
committed
ci(dependabot): Disable autorebase
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent 9c8767d commit c83c58f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ updates:
3232
- "symfony/*"
3333
cooldown:
3434
default-days: 7
35+
# Disable automatic rebasing because we need to create a server PR anyway
36+
rebase-strategy: "disabled"
3537

3638
- package-ecosystem: composer
3739
directory: "/"
@@ -59,6 +61,8 @@ updates:
5961
- "symfony/*"
6062
cooldown:
6163
default-days: 7
64+
# Disable automatic rebasing because we need to create a server PR anyway
65+
rebase-strategy: "disabled"
6266

6367
- package-ecosystem: composer
6468
directory: "/"
@@ -86,3 +90,5 @@ updates:
8690
- "symfony/*"
8791
cooldown:
8892
default-days: 7
93+
# Disable automatic rebasing because we need to create a server PR anyway
94+
rebase-strategy: "disabled"

0 commit comments

Comments
 (0)