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,
}