Skip to content

ci: ignore python version updates#268

Merged
a-klos merged 2 commits intomainfrom
ci/ignore-testpypi
Feb 16, 2026
Merged

ci: ignore python version updates#268
a-klos merged 2 commits intomainfrom
ci/ignore-testpypi

Conversation

@a-klos
Copy link
Member

@a-klos a-klos commented Feb 16, 2026

This pull request updates the .github/renovate.json configuration to add new rules for dependency management, specifically targeting Python-related dependencies and base images. The new rules are currently disabled, allowing for future flexibility in how Renovate handles Python interpreter and base image updates.

Python dependency management:

  • Added a host rule to disable updates from the test PyPI registry (test.pypi.org).
  • Added a rule to ignore Python interpreter version updates managed by poetry, with the rule disabled for now.

Docker image management:

  • Added a rule to ignore updates to Python base images in Dockerfiles, including common package names, and set the rule as disabled.

@a-klos a-klos merged commit d377d52 into main Feb 16, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments