Skip to content

Commit

Permalink
docs: update config help links (#7975)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
HonkingGoose committed Dec 12, 2020
1 parent f900b70 commit 6d09296
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/contributing.md
Expand Up @@ -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

Expand Down
5 changes: 3 additions & 2 deletions docs/usage/configuration-options.md
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/usage/configuration-templates.md
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -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

Expand Down

0 comments on commit 6d09296

Please sign in to comment.