d6d8b90954
Merge pull request 'chore(deps): update dependency pyforgejo to v1.0.4' ( #77 ) from renovate/pyforgejo-1.x into master
...
Reviewed-on: #77
2024-10-18 08:30:00 +00:00
eff1a933d0
chore(deps): update dependency pyforgejo to v1.0.4
2024-10-17 08:45:38 +00:00
92179daf71
chore(deps): update dependency numpy to v2.1.2
2024-10-17 08:45:36 +00:00
b8908dd305
chore(deps): update dependency numpy to v2.1.1
2024-09-03 15:30:10 +00:00
7b8bb5584f
Fix requests version in python-script
...
`httpie` uses an upper limit, so we must use the same constraint for
pip to install it.
2024-08-26 11:53:38 +02:00
bf948e3de1
Merge pull request 'Update dependency httpie to v3.2.3' ( #10 ) from renovate/httpie-3.x into master
...
Reviewed-on: https://git.sclu1034.dev///lucas/ci-images/pulls/10
2024-08-24 15:45:36 +00:00
9e457c696b
Update dependency httpie to v3.2.3
2024-08-24 15:45:19 +00:00
658a1e3c43
Merge pull request 'Update dependency requests to v2.32.3' ( #11 ) from renovate/requests-2.x into master
...
Reviewed-on: https://git.sclu1034.dev///lucas/ci-images/pulls/11
2024-08-24 15:45:16 +00:00
7846a4b685
Update dependency docker to v7.1.0
2024-08-24 15:27:34 +00:00
ee98e6399a
Update dependency requests to v2.32.3
2024-08-24 15:24:50 +00: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