# One of two owners sharing the same presets — this one is an organisation.
# Compare with personal.octoform.yml: both import the exact same two files,
# and neither preset had to be written with either owner in mind.
#
# `org-name` is a placeholder — try it against your own organisation:
#   export GITHUB_TOKEN=...
#   octoform plan --config org.octoform.yml --type npm-package

owner: org-name

classify:
  rules:
    - when: { file_exists: package.json }
      type: npm-package

imports:
  - presets/npm-library.yml
  - presets/security-baseline.yml
