Skip to content

Commit 553f97f

Browse files
authored
Fix renovate typo (#16098)
Ref #16097 In my test fork, both the version with and without the typo worked in grouping pubgrub and version-ranges.
1 parent ee697a2 commit 553f97f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
{
9090
groupName: "pubgrub",
9191
matchManagers: ["cargo"],
92-
matchDepName: ["pubgrub", "version-ranges"],
92+
matchDepNames: ["pubgrub", "version-ranges"],
9393
description: "version-ranges and pubgrub are in the same Git repository",
9494
},
9595
{

0 commit comments

Comments
 (0)