From 5cb933999ee0a7a9e894c1d4141da8230525f719 Mon Sep 17 00:00:00 2001 From: Saibotk Date: Mon, 20 Jul 2020 00:55:45 +0000 Subject: [PATCH] Adjust links to this instance --- README.md | 6 +++--- config.js | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4928aef..f7e45b4 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,14 @@ This repository is a GitLab repository to run Renovate Bot in a self-hosted GitL 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: 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). 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. More information @@ -21,4 +21,4 @@ More information - 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/) -- 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) diff --git a/config.js b/config.js index 76c342c..14546c8 100644 --- a/config.js +++ b/config.js @@ -1,11 +1,11 @@ module.exports = { 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, autodiscover: true, - gitAuthor: 'Renovate Bot ', + gitAuthor: 'Renovate Bot ', 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, onboardingConfig: {