# A second preset, orthogonal to the first: settings that apply regardless of
# project type. Imported alongside npm-library.yml to show that presets
# compose — each contributes what it knows about, and neither needs to know
# the other exists.
defaults:
  security:
    vulnerability_alerts: true
    automated_security_fixes: true
    private_vulnerability_reporting: true
  merge:
    delete_branch_on_merge: true
