Files
the-nexus/package.json
2026-04-07 00:52:14 -04:00

15 lines
277 B
JSON

{
"name": "the-nexus",
"version": "1.0.0",
"private": true,
"config": {
"branchProtection": {
"requiredApprovals": 1,
"requiredStatusChecks": ["ci/cd"],
"restrictions": {
"blockedActions": ["forcePush", "directCommit"]
}
}
}
}