From 41bb4e97e2726d9ad50ed4dd5853da4865be669e Mon Sep 17 00:00:00 2001 From: Andreas Klos Date: Mon, 16 Feb 2026 08:52:41 +0100 Subject: [PATCH] chore: disable test.pypi.org in hostRules for Renovate configuration --- .github/renovate.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index e2fdd514..1a4c3bee 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -12,6 +12,11 @@ "stabilityDays": 7, "repositories": ["stackitcloud/rag-template"], "hostRules": [ + { + "hostType": "pypi", + "matchHost": "test.pypi.org", + "enabled": false + }, { "hostType": "docker", "matchHost": "ghcr.io"