1
0
Fork 0
Commit graph

11 commits

Author SHA1 Message Date
5cb933999e Adjust links to this instance 2020-07-20 00:55:45 +00:00
Sheogorath
d226b67ae9
Fix wrong link in PR footer 2020-07-09 00:19:20 +02:00
Sheogorath
8295d14216
Enable renovate bot on forked projects
Previously renovatebot would ignore forks. This patch fixes this as long
as botaniker has access to it, it should creates MRs.
2020-05-25 03:36:29 +02:00
Sheogorath
bbed3bfcd8
Set automerge config true by default 2020-05-25 03:28:44 +02:00
Sheogorath
0845276a95
Add MR footer with more details
The new footer will also point out where to find the local configuration
and setup, which should help to report bugs.
2020-05-17 15:47:51 +02:00
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