From 6d09296391df07b9ad0c297b9689445acbd36f13 Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Sat, 12 Dec 2020 13:07:03 +0100 Subject: [PATCH] docs: update config help links (#7975) * point to renovate discussion for readme.md * point to renovate discussions for contributing.md * point to renovate discussions for configuration-options.md * point to renovate discussions for configuration-templates.md --- .github/contributing.md | 2 +- docs/usage/configuration-options.md | 5 +++-- docs/usage/configuration-templates.md | 2 +- readme.md | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/contributing.md b/.github/contributing.md index 1920bc7b5edcbe..505636bd163a3c 100644 --- a/.github/contributing.md +++ b/.github/contributing.md @@ -7,7 +7,7 @@ Instead, email security@renovatebot.com with as much details as possible so that ## Support -If you have a **configuration question**, please create an issue in https://github.com/renovatebot/config-help +If you want help with your Renovate configuration, go to the [discussions tab in the Renovate repository](https://github.com/renovatebot/renovate/discussions) and open a new "config help" discussion post. ## Bug Reports and Feature Requests diff --git a/docs/usage/configuration-options.md b/docs/usage/configuration-options.md index bc1caf92b8e46c..e5fdc0b999299d 100644 --- a/docs/usage/configuration-options.md +++ b/docs/usage/configuration-options.md @@ -25,7 +25,8 @@ Renovate does not read/override the config from within each base branch if prese Also, be sure to check out Renovate's [shareable config presets](/config-presets/) to save yourself from reinventing any wheels. -If you have any questions about the below config options, or would like to get help/feedback about a config, please post it as an issue in [renovatebot/config-help](https://github.com/renovatebot/config-help) where we will do our best to answer your question. +If you have any questions about the config options, or want to get help/feedback about a config, go to the [discussions tab in the Renovate repository](https://github.com/renovatebot/renovate/discussions) and start a new "config help" discussion. +We will do our best to answer your question(s). ## addLabels @@ -211,7 +212,7 @@ Warning: it's strongly recommended not to configure this field directly. Use at your own risk. If you truly need to configure this then it probably means either: -- You are hopefully mistaken, and there's a better approach you should use, so [ask here](https://github.com/renovatebot/config-help) or +- You are hopefully mistaken, and there's a better approach you should use, so open a new "config help" discussion at the [Renovate discussions tab](https://github.com/renovatebot/renovate/discussions) or - You have a use case we didn't anticipate and we should have a feature request from you to add it to the project ## branchPrefix diff --git a/docs/usage/configuration-templates.md b/docs/usage/configuration-templates.md index 0bdbd289fe7042..10911f76f2857f 100644 --- a/docs/usage/configuration-templates.md +++ b/docs/usage/configuration-templates.md @@ -26,7 +26,7 @@ We use `docker-` for all Docker updates, branches will look like this: `renovate `branchTopic` depends on the package manager and upgrade type, so you will see a lot of variety. This is probably a setting you want to change yourself. -Be careful, and consider posting your config to https://github.com/renovateapp/config-help first to get help from the Renovate team with your config. +Be careful, and consider creating a new "config help" post at the [discussions tab in the Renovate repository](https://github.com/renovatebot/renovate/discussions) to get help from the Renovate team with your config. ## Commit Message diff --git a/readme.md b/readme.md index 9055a375f67b9f..d97d7c60c6715f 100644 --- a/readme.md +++ b/readme.md @@ -55,7 +55,7 @@ For Bitbucket Cloud, Bitbucket Server, Gitea and GitLab, use our self-hosting op Visit https://docs.renovatebot.com/ for documentation, and in particular https://docs.renovatebot.com/configuration-options/ for a list of configuration options. -You can also raise an issue in https://github.com/renovatebot/config-help if you'd like to get your config reviewed or ask any questions. +To get help and/or a review for your config, go to the [discussions tab in the Renovate repository](https://github.com/renovatebot/renovate/discussions) and open a new "config help" discussion post. ## Self-Hosting