From bd497257b3b55ea9deeebe6ffb5c69c80dd37759 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=B3bert=20Papp?= <papp.robert.s@gmail.com> Date: Thu, 13 Apr 2023 14:42:22 +0100 Subject: [PATCH] docs: refresh links around presets (#21484) --- docs/development/creating-editing-renovate-presets.md | 2 +- docs/usage/config-presets.md | 2 +- docs/usage/noise-reduction.md | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/development/creating-editing-renovate-presets.md b/docs/development/creating-editing-renovate-presets.md index c62fcae8e1..2e7c5468a9 100644 --- a/docs/development/creating-editing-renovate-presets.md +++ b/docs/development/creating-editing-renovate-presets.md @@ -1,6 +1,6 @@ # Creating/editing Renovate presets -Renovate comes with default presets that you can find in the `lib/config/presets/internal` directory. +Renovate comes with default presets that you can find in the [`lib/config/presets/internal`](https://github.com/renovatebot/renovate/tree/main/lib/config/presets/internal) directory. You can suggest changes to the presets with a pull request. Follow the rules below to increase the chance that your pull request gets merged. diff --git a/docs/usage/config-presets.md b/docs/usage/config-presets.md index 635656ee5b..b70a8f48bb 100644 --- a/docs/usage/config-presets.md +++ b/docs/usage/config-presets.md @@ -211,7 +211,7 @@ Renovate will determine the current platform and look up the preset from there. ## Contributing to presets Have you configured a rule that you think others might benefit from? -Please consider contributing it to the [Renovate](https://github.com/renovatebot/renovate) repository so that it gains higher visibility and saves others from reinventing the same thing. +Please consider contributing it to the [Renovate repository](https://github.com/renovatebot/renovate/tree/main/lib/config/presets/internal) so that it gains higher visibility and saves others from reinventing the same thing. ## Organization level presets diff --git a/docs/usage/noise-reduction.md b/docs/usage/noise-reduction.md index f3d36eb5fa..01cb980557 100644 --- a/docs/usage/noise-reduction.md +++ b/docs/usage/noise-reduction.md @@ -176,7 +176,8 @@ Let's automerge it if all the linting updates pass: ``` Have you come up with a rule that you think others would benefit from? -How about a PR back to [renovate-config](https://github.com/singapore/renovate-config) with the above rule named `":automergeEslintWeekly"` ? +How about a PR to [our presets](https://github.com/renovatebot/renovate/tree/main/lib/config/presets/internal)? +For example the above rule could be named `":automergeEslintWeekly"` in `schedule.ts`. ## Lock file considerations -- GitLab