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"