renovate/docs/development/static-data.md

435 B

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. You can also update it manually by running pnpm run update-static-data.