Skip to content

Commit f6c002b

Browse files
docs: mention Renovate installation (#137)
1 parent 19f7666 commit f6c002b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ It sets up the following tooling for you:
3636
- [**pnpm**](https://pnpm.io): Desk-efficient package manager alternative.
3737
- [**Prettier**](https://prettier.io): Opinionated formatting for code, run on file save and as a Git commit hook via [husky](https://typicode.github.io/husky) and [lint-staged](https://github.com/okonet/lint-staged).
3838
- [**release-it**](https://github.com/release-it/release-it): Generates changelogs, bumps the package version, and publishes to GitHub and npm based on [conventional commits](https://www.conventionalcommits.org).
39+
- [**Renovate**](https://docs.renovatebot.com): Keeps dependencies up-to-date with PRs, configured to wait a few days after each update for safety.
3940
- [**ts-prune**](https://github.com/nadeesha/ts-prune): Unused exports detection for TypeScript code.
4041
- [**TypeScript**](https://typescriptlang.org): A typed superset of JavaScript, configured with strict compiler options.
4142
- [**Vitest**](https://vitest.dev): Fast unit tests, configured with coverage tracking.
@@ -57,6 +58,7 @@ To use this template:
5758
- `NPM_TOKEN`: An [npm access token](https://docs.npmjs.com/creating-and-viewing-access-tokens/) with _Automation_ permissions
5859
4. `pnpm install`
5960
5. `pnpm run setup`
61+
6. Install the [Renovate GitHub App](https://github.com/marketplace/renovate)
6062

6163
> The setup script removes the `## Explainer` and `## Setup` from this README.md.
6264

0 commit comments

Comments
 (0)