We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c8767d commit c83c58fCopy full SHA for c83c58f
.github/dependabot.yml
@@ -32,6 +32,8 @@ updates:
32
- "symfony/*"
33
cooldown:
34
default-days: 7
35
+ # Disable automatic rebasing because we need to create a server PR anyway
36
+ rebase-strategy: "disabled"
37
38
- package-ecosystem: composer
39
directory: "/"
@@ -59,6 +61,8 @@ updates:
59
61
60
62
63
64
65
66
67
68
@@ -86,3 +90,5 @@ updates:
86
90
87
91
88
92
93
94
0 commit comments