Skip to content

Commit ae81838

Browse files
authored
ci: disable test.pypi.org in hostRules for Renovate configuration (#267)
This pull request makes a small configuration update to the Renovate bot settings. Specifically, it disables Renovate for the PyPI test repository by adding a new host rule. - Renovate configuration: Added a rule to disable Renovate for the `test.pypi.org` PyPI host in `.github/renovate.json`.
1 parent d0c5c6f commit ae81838

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.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)