Skip to content

taiga-family/renovate-config

Renovate config

{
  $schema: 'https://docs.renovatebot.com/renovate-schema.json',
  extends: ['github>taiga-family/renovate-config'],
  autodiscoverFilter: ['your-github-organization/*'],
  allowedPostUpgradeCommands: ['.*'],
  autodiscover: true,
}

Local debug your repository

export LOG_LEVEL=debug
export RENOVATE_CONFIG_FILE=default.json
export RENOVATE_TOKEN=ghp_FIVUf.....

npx renovate --autodiscover=true \
             --autodiscover-filter='taiga-family/YOUR_REPOSITORY_NAME'  \
             --allowed-post-upgrade-commands='.*'