We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a16a482 commit c019cf9Copy full SHA for c019cf9
docs/repo-specific-configuration.md
@@ -66,7 +66,7 @@ pullRequests.grouping = [
66
{ name = "minor_major", "title" = "Minor/major updates", "filter" = [{"version" = "minor"}, {"version" = "major"}] },
67
{ name = "typelevel", "title" = "Typelevel updates", "filter" = [{"group" = "org.typelevel"}, {"group" = "org.http4s"}] },
68
{ name = "my_libraries", "filter" = [{"artifact" = "my-library"}, {"artifact" = "my-other-library", "group" = "my-org"}] },
69
- { name = "all", title = "Dependency updates", "filter" = [{"group" = "*"}] }
+ { name = "all", "title" = "Dependency updates", "filter" = [{"group" = "*"}] }
70
]
71
72
# pullRequests.includeMatchedLabels allows to control which labels are added to PRs
0 commit comments