Skip to content

Commit 41bb4e9

Browse files
committed
chore: disable test.pypi.org in hostRules for Renovate configuration
1 parent d0c5c6f commit 41bb4e9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/renovate.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
"stabilityDays": 7,
1313
"repositories": ["stackitcloud/rag-template"],
1414
"hostRules": [
15+
{
16+
"hostType": "pypi",
17+
"matchHost": "test.pypi.org",
18+
"enabled": false
19+
},
1520
{
1621
"hostType": "docker",
1722
"matchHost": "ghcr.io"

0 commit comments

Comments
 (0)