Automated Dependency Updates for runtime.txt
Categories: python
Renovate supports updating runtime.txt dependencies.
File Matching¶
By default, Renovate will check any files matching the following regular expression: /(^|/)runtime.txt$/
.
For details on how to extend a manager's managerFilePatterns
value, please follow this link.
Supported datasources¶
This manager supports extracting the following datasources: docker
.
Default config¶
{
"managerFilePatterns": [
"/(^|/)runtime.txt$/"
],
"pinDigests": false
}
Additional Information¶
Keep runtime.txt
files updated.
Currently supports Python
runtime updates, commonly used by platforms such as
- Heroku
- CloudFoundry
- Koyeb
- and more