Skip to content

Commit 7a108f8

Browse files
Merge pull request #2236 from nextcloud/ci/noid/disable-auto-rebase
ci(dependabot): Disable auto rebase
2 parents 9c8767d + c83c58f commit 7a108f8

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.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)