1
Fork 0
Commit graph

10 commits

Author SHA1 Message Date
7c3bca840f
chore(deps): update dependency node to v20.18.0 2024-10-17 08:46:34 +00:00
0d477a7dea
chore(deps): update dependency npm to v10.8.3 2024-08-28 20:30:11 +00:00
a9bc340f7d
Fix node-script image 2024-08-26 13:30:20 +02:00
8f94338c3e
Merge pull request 'Update dependency node to v20.17.0' (#19) from renovate/node-20.x into master
Reviewed-on: https://git.sclu1034.dev///lucas/ci-images/pulls/19
2024-08-24 15:44:04 +00:00
0fe3d96b87
Update dependency npm to v10.8.2 2024-08-24 15:28:04 +00:00
4f4b856f30
Update dependency node to v20.17.0 2024-08-24 15:27:58 +00:00
925028dc4b
Fix Fava requirements 2024-08-24 17:11:05 +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