Skip to content

Commit eb5e7e2

Browse files
committed
Fix dependabot creating branch names resulting in invalid versions
1 parent 72dbaa9 commit eb5e7e2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "weekly"
7+
pull-request-branch-name:
8+
separator: "-"
79
- package-ecosystem: nuget
810
directory: "/"
911
schedule:
1012
interval: daily
13+
pull-request-branch-name:
14+
separator: "-"
1115
open-pull-requests-limit: 25

0 commit comments

Comments
 (0)