From 725a76473e05ccfdd5766c2b975e746c81011935 Mon Sep 17 00:00:00 2001 From: nnsnodnb Date: Sun, 17 Dec 2023 21:12:30 +0900 Subject: [PATCH] Update renovate.json --- renovate.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/renovate.json b/renovate.json index e0a8951..11a13c0 100644 --- a/renovate.json +++ b/renovate.json @@ -3,5 +3,17 @@ "extends": [ "config:recommended", ":disableDependencyDashboard" + ], + "packageRules": [ + { + "groupName": "httpx", + "matchPackageNames": [ + "httpx", + "pytest-httpx" + ], + "matchManagers": [ + "poetry" + ] + } ] }