1
0
Fork 0
Commit graph

8 commits

Author SHA1 Message Date
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