mirror of https://github.com/astral-sh/uv
Fix renovate typo (#16098)
Ref https://github.com/astral-sh/uv/issues/16097 In my test fork, both the version with and without the typo worked in grouping pubgrub and version-ranges.
This commit is contained in:
parent
ee697a2178
commit
553f97f767
|
|
@ -89,7 +89,7 @@
|
||||||
{
|
{
|
||||||
groupName: "pubgrub",
|
groupName: "pubgrub",
|
||||||
matchManagers: ["cargo"],
|
matchManagers: ["cargo"],
|
||||||
matchDepName: ["pubgrub", "version-ranges"],
|
matchDepNames: ["pubgrub", "version-ranges"],
|
||||||
description: "version-ranges and pubgrub are in the same Git repository",
|
description: "version-ranges and pubgrub are in the same Git repository",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue