1
Fork 0
Commit graph

5 commits

Author SHA1 Message Date
641d597fe0
chore(deps): update python docker tag to v3.12.6 2024-09-09 18:45:11 +00:00
3df40715b4
feat(python-script): Mount pip cache path
Closes: #33
2024-08-28 10:21:29 +02:00
8d51731d45
Fix versioning schemes
The `node` versioning scheme does only use LTS by default, which we
want. So we need to apply that for the Docker tags of node.js images.

NPM packages should use the appropriate versioning scheme as well.
2024-08-24 17:11:04 +02:00
b4ea7d0ab5
Implement custom version checks
Many dependencies are installed manually within the Dockerfiles,
where Renovate cannot determine the version numbers by default.
However, through custom matching, the corresponding data sources
can be invoked, and the version number replaced via regex.
2024-08-24 17:11:03 +02:00
55d5c67661
Initialize repository 2024-08-23 15:07:13 +02:00