0
0
mirror of https://github.com/renovatebot/renovate.git synced 2024-12-22 13:38:32 +00:00
renovatebot_renovate/docs/development/static-data.md
Michael Kriese 3ac9ec915e
build: use pnpm (#23664)
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2023-08-03 19:43:47 +00:00

10 lines
435 B
Markdown

# Static Data
Some data used by Renovate is stored in the repository and bundled with Renovate.
This is either because the data changes infrequently or would be infeasible to parse on every run.
## Updating static data
Static data is updated weekly with a [GitHub Actions workflow](https://github.com/renovatebot/renovate/actions/workflows/update-data.yml).
You can also update it manually by running `pnpm run update-static-data`.