098206a8be
Set version to 24.38
2021-02-06 01:04:01 +00:00
Renovate Bot
9e7c30e5b4
Update docker.io/renovate/renovate Docker tag to v24
2020-12-12 14:23:33 +00:00
Renovate Bot
0a287b2659
Update docker.io/renovate/renovate Docker tag to v23
2020-08-27 13:24:08 +00:00
b22654fcdd
Update .gitlab-ci.yml
2020-07-30 20:19:24 +00:00
1ec4ed9455
Update .gitlab-ci.yml
2020-07-30 20:03:55 +00:00
Renovate Bot
3973398538
Update docker.io/renovate/renovate Docker tag to v22
2020-07-23 13:24:54 +00:00
Renovate Bot
803f24f3ed
Update docker.io/renovate/renovate Docker tag to v21
2020-06-14 04:27:48 +00:00
Renovate Bot
776b578e76
Update docker.io/renovate/renovate Docker tag to v20
2020-05-31 04:27:26 +00:00
Sheogorath
0019505c92
Experiments with the gitlab-ci
2019-11-09 01:58:59 +01:00
Sheogorath
bafc4a302a
Fix GitLab CI error
...
Due to the incomplete entrypoint, bash doesn't want to execute scripts.
The error message it provides says:
```
/bin/sh: /bin/sh: cannot execute binary file
```
The solution is rather trivial by making the entrypoint `["/bin/bash",
"-c"]`.
2019-10-31 21:18:28 +01:00
Sheogorath
32a26d41d6
Fix .gitlab-ci.yml syntax
2019-10-31 21:12:33 +01:00
Sheogorath
2b29995c2c
Fix entrypoint of the CI image
...
Seems like gitlab has a hard time using the renovate image, because of
the non-shell entrypoint
2019-10-31 21:08:38 +01:00
Sheogorath
6d3a7470ce
Add dry-run stage
...
This commit adds a `--dry-run` every time something new is commited.
This should prevent issues with the actual execution by allowing CI
testing.
2019-10-31 20:52:52 +01:00
Sheogorath
56f1014769
Initial commit
...
Provides an innitial version of the renovate bot config along with a
gitlab-ci.yml that will run on scheduled setups.
2019-10-31 20:46:42 +01:00