1
0
Fork 0
Commit graph

28 commits

Author SHA1 Message Date
Renovate Bot
5e435c82f3 Update docker.io/renovate/renovate Docker tag to v34 2022-10-25 12:13:16 +00:00
Renovate Bot
e8d8614cf7 Update docker.io/renovate/renovate Docker tag to v33 2022-10-23 08:06:02 +00:00
Renovate Bot
86af158c70 Update dependency docker.io/renovate/renovate to v32 2022-03-04 17:05:12 +00:00
Renovate Bot
49f002761b Update docker.io/renovate/renovate Docker tag to v31 2021-12-14 03:03:54 +00:00
Renovate Bot
e85dcf2edf Update docker.io/renovate/renovate Docker tag to v29 2021-11-05 13:04:44 +00:00
Renovate Bot
faefb000ca Update docker.io/renovate/renovate Docker tag to v28 2021-10-11 08:04:42 +00:00
Renovate Bot
1670bd9967 Update docker.io/renovate/renovate Docker tag to v27 2021-09-09 10:06:53 +00:00
Renovate Bot
a7590a6dbd Update docker.io/renovate/renovate Docker tag to v26 2021-08-17 12:04:33 +00:00
b95d00746c Remove dependency proxy 2021-08-14 15:13:32 +00:00
fb8bbaea7d Fix dependency proxy image tag 2021-07-13 16:30:38 +00:00
e4119024c3 Use dependency proxy for renovate image 2021-07-12 13:57:31 +00:00
Renovate Bot
8088a1b257 Update docker.io/renovate/renovate Docker tag to v25 2021-04-22 09:10:20 +00:00
97ebbb772a Remove copy command and update tag 2021-02-08 00:18:50 +00:00
77a5ce60f5 Use latest working version of renovate 2021-02-06 01:14:38 +00:00
098206a8be Set version to 24.38 2021-02-06 01:04:01 +00:00
Renovate Bot
9e7c30e5b4 Update docker.io/renovate/renovate Docker tag to v24 2020-12-12 14:23:33 +00:00
Renovate Bot
0a287b2659 Update docker.io/renovate/renovate Docker tag to v23 2020-08-27 13:24:08 +00:00
b22654fcdd Update .gitlab-ci.yml 2020-07-30 20:19:24 +00:00
1ec4ed9455 Update .gitlab-ci.yml 2020-07-30 20:03:55 +00:00
Renovate Bot
3973398538 Update docker.io/renovate/renovate Docker tag to v22 2020-07-23 13:24:54 +00:00
Renovate Bot
803f24f3ed Update docker.io/renovate/renovate Docker tag to v21 2020-06-14 04:27:48 +00:00
Renovate Bot
776b578e76 Update docker.io/renovate/renovate Docker tag to v20 2020-05-31 04:27:26 +00: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