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.
2 parents a16a482 + c019cf9 commit 2a9f96cCopy full SHA for 2a9f96c
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