mirror of
https://github.com/renovatebot/renovate.git
synced 2024-12-22 13:38:32 +00:00
3ac9ec915e
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
10 lines
435 B
Markdown
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`.
|