Automated Dependency Updates for Runtime Version
Categories: python
Renovate supports updating Runtime Version 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 fileMatch
value, please follow this link.
Supported datasources¶
This manager supports extracting the following datasources: docker
.
Default config¶
{
"fileMatch": [
"(^|/)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