Commit 309af2d
authored
chore(repo): add CODEOWNERS, PR template, dependabot config (#55)
## Summary
Three repo-hygiene additions, all opt-in / non-breaking.
## Files
- **`.github/CODEOWNERS`** — every change requires review from one of
\`@onspeedhp\`, \`@chauanhtuan185\`, \`@metasal1\`. Audit-sensitive
paths (\`/program/\`, \`/assertions/\`, \`/.github/workflows/\`,
\`/audits/\`) and the cherry-pick guardrails (\`scripts/fee-paths.txt\`,
\`scripts/strip-fee.sh\`, \`scripts/check-no-fee.sh\`) re-state the same
owners so renames don't silently drop ownership rules.
- **`.github/PULL_REQUEST_TEMPLATE.md`** — terse, audit-aware. Includes
a "Cherry-pick provenance" section so PRs that mirror commits from
\`lazorkit-protocol\` leave a clear trail and explicitly confirm \`bash
scripts/check-no-fee.sh\` passed. Note: with squash merge, the PR
description ends up as the commit message body on \`main\`, so this
template effectively shapes \`git log\` going forward.
- **`.github/dependabot.yml`** — monthly cadence:
- `cargo` (workspace)
- `npm` (`/tests-sdk`) — for \`@lazorkit/sdk-legacy\` and vitest
- `github-actions` (`/`)
Each ecosystem grouped (1 PR for all version updates, 1 for security)
with cap of 2-3 open PRs to keep noise bounded.
## Test plan
- [ ] CI passes — \`check-no-fee\`, \`sbf-cluster-check\` (no source
changes)
- [ ] CODEOWNERS auto-assigns reviewers on the next PR
- [ ] First Dependabot run lands within ~30 days1 parent 5d68d56 commit 309af2d
3 files changed
Lines changed: 104 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
0 commit comments