diff --git a/docs/development/creating-editing-renovate-presets.md b/docs/development/creating-editing-renovate-presets.md index c62fcae8e1f1c7f545b00ab2bc0afcbd2ed5bceb..2e7c5468a9c6093df0c833e353593909567858e8 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 635656ee5b6243b07a15b39f50277dec88b11640..b70a8f48bbabad3ccb52478f4e1984b7a8350cde 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 f3d36eb5faf19773ee2934b151e4fe2ecff58972..01cb98055776a1b1c5dcdfed6410424549c97e17 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