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"],