Renovate presets for our GitHub repositories
Run all tests (validation, preset resolution, and dry run):
./test.shYou can validate the config syntax by running
npx -p renovate renovate-config-validatorThis is run in CI, to try to prevent bad config
-
Install Renovate CLI:
npm install -g renovate
-
Create a GITHUB_RENOVATE_TOKEN token
Create a new personal access token in GitHub
export GITHUB_RENOVATE_TOKEN=[your token here]- Run the following command
RENOVATE_CONFIG_FILE=~/Sites/renovate-config/quiet.json5 RENOVATE_TOKEN=$GITHUB_RENOVATE_TOKEN renovate --dry-run=full TryGhost/GhostCopyright (c) 2013-2026 Ghost Foundation - Released under the MIT license.