Skip to content

Commit

Permalink
docs: refresh links around presets (#21484)
Browse files Browse the repository at this point in the history
  • Loading branch information
TWiStErRob committed Apr 13, 2023
1 parent 3d23793 commit bd49725
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/development/creating-editing-renovate-presets.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/usage/config-presets.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 2 additions & 1 deletion docs/usage/noise-reduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bd49725

Please sign in to comment.