Sheogorath
8b18d8a40d
Fix author field
2019-11-09 02:24:06 +01:00
Sheogorath
3864fa8608
Add proper git author to the configs
2019-11-09 02:21:41 +01: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