1
0
Fork 0
Commit graph

6 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
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
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
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