-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(manager): runtime version #29745
Conversation
Co-authored-by: Michael Kriese <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure about the name as this file and content seemed to be used by other systems too.
https://www.koyeb.com/docs/build-and-deploy/build-from-git/python
https://docs.cloudfoundry.org/buildpacks/python/index.html
Is this maybe based on a common system?
How interesting @secustor - I didn't realize that. So perhaps this is better off generalized as a |
Can we make it a "runtime" manager more generically? If the python version always has a prefix, then in future there might be others, e.g. ruby-1.2.3 and we can then immediately accommodate them without a rename. |
Absolutely. renamed to |
Co-authored-by: Sebastian Poxhofer <[email protected]>
🎉 This PR is included in version 37.420.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Co-authored-by: Michael Kriese <[email protected]> Co-authored-by: Sebastian Poxhofer <[email protected]>
Changes
Add new manager for runtime versions.
Initial focus is on python runtimes used by
Context
Documentation (please check one with an [x])
How I've tested my work (please select one)
I have verified these changes via:
Example repository: https://github.com/setchy/renovate-heroku-runtime/pull/3