From b6fbf6685533f9a868f0432de5303dc5161974ed Mon Sep 17 00:00:00 2001 From: konsti Date: Mon, 29 Sep 2025 15:42:41 +0200 Subject: [PATCH] Group pubgrub/version-ranges updates (#16062) To help with https://github.com/astral-sh/uv/pull/16056 --- .github/renovate.json5 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 1364bb1a2..ee69a756a 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -86,6 +86,12 @@ description: "Weekly update of pyo3 dependencies", enabled: false, }, + { + groupName: "pubgrub", + matchManagers: ["cargo"], + matchPackageNames: ["pubgrub", "version-ranges"], + description: "version-ranges and pubgrub are in the same Git repository", + }, { commitMessageTopic: "MSRV", matchManagers: ["custom.regex"],