1
0
Fork 0
Commit graph

25 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
f6467ce814 Merge branch 'renovate/docker-docker.io-renovate-renovate-21.x' into 'master'
Update docker.io/renovate/renovate Docker tag to v21

See merge request shivering-isles/renovate-bot!3
2020-06-21 14:08:42 +00:00
Renovate Bot
803f24f3ed Update docker.io/renovate/renovate Docker tag to v21 2020-06-14 04:27:48 +00:00
Sheogorath
20fb1f85de Merge branch 'renovate/docker-docker.io-renovate-renovate-20.x' into 'master'
Update docker.io/renovate/renovate Docker tag to v20

See merge request shivering-isles/renovate-bot!2
2020-06-07 12:16:56 +00:00
Renovate Bot
776b578e76 Update docker.io/renovate/renovate Docker tag to v20 2020-05-31 04:27:26 +00: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
7f32e6f789
Provide PRs for major container image upgrades 2020-05-25 03:33:18 +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
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