mirror of
https://github.com/astral-sh/uv
synced 2026-01-22 05:50:25 -05:00
Fix pubgrub grouping in renovate (#16092)
`packageName` was wrong, we need `depName`
This commit is contained in:
4
.github/renovate.json5
vendored
4
.github/renovate.json5
vendored
@@ -16,7 +16,7 @@
|
||||
cargo: {
|
||||
// See https://docs.renovatebot.com/configuration-options/#rangestrategy
|
||||
rangeStrategy: "update-lockfile",
|
||||
managerFilePatterns: ["/^crates/.*Cargo\\.toml$/"],
|
||||
managerFilePatterns: ["/^Cargo\\.toml$/", "/^crates/.*Cargo\\.toml$/"],
|
||||
},
|
||||
"pre-commit": {
|
||||
enabled: true,
|
||||
@@ -89,7 +89,7 @@
|
||||
{
|
||||
groupName: "pubgrub",
|
||||
matchManagers: ["cargo"],
|
||||
matchPackageNames: ["pubgrub", "version-ranges"],
|
||||
matchDepName: ["pubgrub", "version-ranges"],
|
||||
description: "version-ranges and pubgrub are in the same Git repository",
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user