Skip to content

Extensibility

  1. Create under apps/* or packages/*
  2. Add package.json with expected scripts
  3. CI auto-detects and includes it via Change Detection + Matrix Strategy
  • Use require_script in Matrix Strategy to target only components with a specific script
  • Add specialized workflows (e.g., storybook, e2e) that reuse detection/matrix
  • Configured across apps and packages for weekly updates and daily security PRs