Skip to content

Commit aef1a94

Browse files
authored
ci: more usable separator (#9890)
### Description The `/`s in the branch names make it a little annoying to run `create-turbo` on the branches for the Dependabot upgrades. It's easy to forget to have to use `create-turbo --example-path` rather than just `--example`. Using `-` for separators is just a slight bit simpler.
1 parent 55b2663 commit aef1a94

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/dependabot.yml

+12
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ updates:
1111
labels:
1212
- "area: examples"
1313
open-pull-requests-limit: 1
14+
pull-request-branch-name:
15+
separator: "-"
1416
versioning-strategy: "increase"
1517
allow:
1618
- dependency-type: "direct"
@@ -30,6 +32,8 @@ updates:
3032
labels:
3133
- "area: examples"
3234
open-pull-requests-limit: 1
35+
pull-request-branch-name:
36+
separator: "-"
3337
versioning-strategy: "increase"
3438
allow:
3539
- dependency-type: "direct"
@@ -59,6 +63,8 @@ updates:
5963
labels:
6064
- "area: examples"
6165
open-pull-requests-limit: 1
66+
pull-request-branch-name:
67+
separator: "-"
6268
versioning-strategy: "increase"
6369
allow:
6470
- dependency-type: "direct"
@@ -78,6 +84,8 @@ updates:
7884
labels:
7985
- "area: examples"
8086
open-pull-requests-limit: 1
87+
pull-request-branch-name:
88+
separator: "-"
8189
versioning-strategy: "increase"
8290
allow:
8391
- dependency-type: "direct"
@@ -97,6 +105,8 @@ updates:
97105
labels:
98106
- "area: examples"
99107
open-pull-requests-limit: 1
108+
pull-request-branch-name:
109+
separator: "-"
100110
versioning-strategy: "increase"
101111
allow:
102112
- dependency-type: "direct"
@@ -116,6 +126,8 @@ updates:
116126
labels:
117127
- "area: examples"
118128
open-pull-requests-limit: 1
129+
pull-request-branch-name:
130+
separator: "-"
119131
versioning-strategy: "increase"
120132
allow:
121133
- dependency-type: "direct"

0 commit comments

Comments
 (0)