Skip to content

Commit 2a9f96c

Browse files
Merge pull request #2992 from ropiteaux/patch-1
docs(repo-specific): fix title for grouping
2 parents a16a482 + c019cf9 commit 2a9f96c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/repo-specific-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ pullRequests.grouping = [
6666
{ name = "minor_major", "title" = "Minor/major updates", "filter" = [{"version" = "minor"}, {"version" = "major"}] },
6767
{ name = "typelevel", "title" = "Typelevel updates", "filter" = [{"group" = "org.typelevel"}, {"group" = "org.http4s"}] },
6868
{ name = "my_libraries", "filter" = [{"artifact" = "my-library"}, {"artifact" = "my-other-library", "group" = "my-org"}] },
69-
{ name = "all", title = "Dependency updates", "filter" = [{"group" = "*"}] }
69+
{ name = "all", "title" = "Dependency updates", "filter" = [{"group" = "*"}] }
7070
]
7171

7272
# pullRequests.includeMatchedLabels allows to control which labels are added to PRs

0 commit comments

Comments
 (0)