1
Fork 0
A collection of Dockerfiles used as task images for project CI at https://concourse.sclu1034.dev.
Find a file
Lucas Schwiderski 0117863a20
chore(dep): Use exact version for request
Mostly a test to see how Renovate behaves here.
It updated from `0.11.0` to `0.12.0`, even though `0.12.7` was available
at that point. While this doesn't matter for Cargo, Renovate seems to
use `Cargo.toml` to calculate the changelog entries, not `Cargo.lock`.

So because `Cargo.toml` specified `0.11.0`, PR #60 showed changelogs for
all tags since then, even though `Cargo.lock` was at `0.11.27`. So there
were 27 pointless changelog entries shown.

So this test is to see whether Renovate will always use the `x.0`
version in `Cargo.toml`, or if having `0.12.7` now will trigger it to
eventually go to some `0.13.x`, where `x > 0`.
2024-09-09 10:54:24 +02:00
images chore(dep): Use exact version for request 2024-09-09 10:54:24 +02:00
pipelines feat: Implement repository mirror 2024-08-29 11:58:39 +02:00
tasks feat: Implement repository mirror 2024-08-29 11:58:39 +02:00
.gitignore Add Gitea resource type 2024-08-27 16:51:26 +02:00
.renovaterc Fix commit-based pip packages 2024-08-26 10:56:34 +02:00
Justfile feat: Implement repository mirror 2024-08-29 11:58:39 +02:00
LICENSE Initialize repository 2024-08-23 15:07:13 +02:00
README.md Initialize repository 2024-08-23 15:07:13 +02:00

CI Images

A collection of Dockerfiles used as task images for project CI at https://ci.sclu1034.dev.