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" + ] + } ] }