Skip to content

Commit 9e71f28

Browse files
authored
renovate: Include diesel- prefixed package in "diesel packages" group (#12065)
`diesel_full_text_search` and `diesel_migrations` use underscores, but for some reason `diesel-async` uses hyphens. This adds the pattern to the renovate group, so that renovate updates these packages together :)
1 parent 84ddab3 commit 9e71f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
commitMessageTopic: "Rust",
5050
},
5151
{
52-
matchDepNames: ["/^diesel$/", "/^diesel_/"],
52+
matchDepNames: ["/^diesel$/", "/^diesel_/", "/^diesel-/"],
5353
groupName: "diesel packages",
5454
},
5555
{

0 commit comments

Comments
 (0)