1
0
Fork 0
Commit graph

65 commits

Author SHA1 Message Date
Sheogorath
01ea579aef
enable gitlab automerge by default
This patch changes the automerge config to use the gitlab native feature
of automerging changing using the "merge if CI pipeline success"
feature. This should prevent the current situation where automerge is
enabled but not used due to the fact that renovate bots runs as cronjob
instead of being the server-side application.
2020-05-17 15:47:49 +02:00
Sheogorath
e0fdf5189a
Enable updates of lock files by default
This will make sure that not just dependency files but also the lock
files will be managed by renovatebot, which should improve the ability
to automerge changes.
2020-05-17 15:47:47 +02:00
Sheogorath
85d620b76c Add LICENSE 2020-04-11 12:27:58 +00:00
Sheogorath
964c2dff60
Add README
This README should help to inspire people to run this themselves. It
will introduce people on how to set this up and provide a nice
integration with their GitLab instance.
2020-03-22 01:02:45 +01:00
Sheogorath
340bd4765f
Use GitLab CI URL from predefined environment variables
GitLab provides the API URL as a predefined enviornment variables for
each CI job. Therefore adding it to the config and using it there seems
very useful. It should also improve the protability of the repository.
2020-03-22 01:02:40 +01:00
Sheogorath
05c2672224 Merge branch 'renovate/configure' into 'master'
Configure Renovate

See merge request shivering-isles/renovate-bot!1
2019-11-09 01:51:22 +00:00
Renovate Bot
29c368c367 Add renovate.json 2019-11-09 01:46:35 +00:00
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