Fix Renovate to not update minor version of python
Summary
Renovate is trying to update python 3.11.x to 3.12.x and we want to stay with 3.11.x for now.
Steps to reproduce
run renovate
What is the current bug behavior?
Renovate tries to update the minor version, not the patch version
What is the expected correct behavior?
The patch version should be updated, leaving the Major.Minor versions alone.
Relevant logs and/or screenshots
(Paste any relevant logs - please use code blocks (```) to format console output, logs, and code as it's very hard to read otherwise.)
Possible fixes
fix renovate.json
Tasks
-
Bug has been identified and corrected within the container
Please read the Iron Bank Documentation for more info