Adjust links to this instance
This commit is contained in:
parent
d226b67ae9
commit
5cb933999e
2 changed files with 6 additions and 6 deletions
|
@ -6,14 +6,14 @@ This repository is a GitLab repository to run Renovate Bot in a self-hosted GitL
|
||||||
Usage
|
Usage
|
||||||
---
|
---
|
||||||
|
|
||||||
On the SI-GitLab instance authorize the user Botaniker to have access to your repository. The current schedule for this to run is once a week. You'll get a setup MR from Botaniker within a week. Once it's merged, it'll automatically check your dependencies and inform you about updates.
|
On the GitLab instance authorize the user Housekeeper to have access to your repository. The current schedule for this to run is once a week. You'll get a setup MR from Housekeeper within a week. Once it's merged, it'll automatically check your dependencies and inform you about updates.
|
||||||
|
|
||||||
If you want to run this on your own GitLab instance:
|
If you want to run this on your own GitLab instance:
|
||||||
|
|
||||||
1. Clone this repository and set it up on your own GitLab instance.
|
1. Clone this repository and set it up on your own GitLab instance.
|
||||||
2. Create a user for the bot and create and [API access token](https://git.shivering-isles.com/help/user/profile/personal_access_tokens.md).
|
2. Create a user for the bot and create and [API access token](https://git.shivering-isles.com/help/user/profile/personal_access_tokens.md).
|
||||||
3. Go to Settings -> CI/CD -> Variables of your `renovate bot`-repository. Add a variable called [`RENOVATE_TOKEN`](https://github.com/renovatebot/renovate/blob/master/docs/development/self-hosting.md#gitlab-ceee) and fill it with the access token from step 2.
|
3. Go to Settings -> CI/CD -> Variables of your `renovate bot`-repository. Add a variable called [`RENOVATE_TOKEN`](https://github.com/renovatebot/renovate/blob/master/docs/development/self-hosting.md#gitlab-ceee) and fill it with the access token from step 2.
|
||||||
4. Setup a [GitLab CI schedule](https://git.shivering-isles.com/help/user/project/pipelines/schedules.md) for the `renovate bot`-repository to run on a regular basis.
|
4. Setup a [GitLab CI schedule](https://git.saibotk.de/help/user/project/pipelines/schedules.md) for the `renovate bot`-repository to run on a regular basis.
|
||||||
5. Grant your bot user access to repositories you want to have checked.
|
5. Grant your bot user access to repositories you want to have checked.
|
||||||
|
|
||||||
More information
|
More information
|
||||||
|
@ -21,4 +21,4 @@ More information
|
||||||
|
|
||||||
- Check the official [renovate bot page](https://renovatebot.com/).
|
- Check the official [renovate bot page](https://renovatebot.com/).
|
||||||
- See the docs about how to [tweak the renovate bot config files](https://docs.renovatebot.com/configuration-options/)
|
- See the docs about how to [tweak the renovate bot config files](https://docs.renovatebot.com/configuration-options/)
|
||||||
- Feel free to [report issues here](https://git.shivering-isles.com/shivering-isles/renovate-bot/issues)
|
- Feel free to [report issues here](https://git.saibotk.de/saibotk.de/renovate-bot/issues)
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
platform: 'gitlab',
|
platform: 'gitlab',
|
||||||
endpoint: process.env.CI_API_V4_URL || 'https://git.shivering-isles.com/api/v4/',
|
endpoint: process.env.CI_API_V4_URL || 'https://git.saibotk.de/api/v4/',
|
||||||
token: process.env.RENOVATE_TOKEN,
|
token: process.env.RENOVATE_TOKEN,
|
||||||
autodiscover: true,
|
autodiscover: true,
|
||||||
gitAuthor: 'Renovate Bot <renovate-bot@sheogorath.shivering-isles.com>',
|
gitAuthor: 'Renovate Bot <renovate-bot@git.saibotk.de>',
|
||||||
logLevel: 'info',
|
logLevel: 'info',
|
||||||
prFooter: 'This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). The local configuration can be found in the [SI Renovate Bot repository](https://git.shivering-isles.com/shivering-isles/renovate-bot).',
|
prFooter: 'This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). The local configuration can be found in the [local Renovate Bot repository](https://git.saibotk.de/saibotk.de/renovate-bot).',
|
||||||
|
|
||||||
onboarding: true,
|
onboarding: true,
|
||||||
onboardingConfig: {
|
onboardingConfig: {
|
||||||
|
|
Reference in a new issue