From 853eec194f4e25b29299ef52a94c1705d2dc8624 Mon Sep 17 00:00:00 2001 From: "Felt, Nicholas" Date: Tue, 22 Oct 2024 14:32:07 -0700 Subject: [PATCH] chore: Group all poetry dependencies together when updating dependencies --- .github/renovate.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index 3384b620..73dc217e 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -96,6 +96,13 @@ "minor" ] }, + { + "description": "Group together all poetry dependencies", + "groupName": "poetry dependencies", + "matchPackageNames": [ + "/^poetry/" + ] + }, { "description": "Group together all pydantic dependencies", "groupName": "pydantic dependencies",