Commit d377d52
authored
ci: renovate ignores python related version updates (#268)
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.1 parent ae81838 commit d377d52
1 file changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
69 | 75 | | |
70 | 76 | | |
71 | 77 | | |
| |||
76 | 82 | | |
77 | 83 | | |
78 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
79 | 91 | | |
80 | 92 | | |
81 | 93 | | |
| |||
0 commit comments