Parent: #15
Related: #6, #20
Goal
Define the LibreCode policy for dependency-update, approval and auto-merge workflows before deciding whether they belong in the shared catalog.
Decisions
Current workflow decisions
dependabot-approve-merge.yml: keep the existing Extract implementation local until it satisfies the shared actor and credential model.
npm-audit-fix.yml: keep repository-local; remediation PR creation must not imply automatic approval/merge.
- obsolete Nextcloud OCP auto-merge workflows are not migrated.
The complete policy is documented in docs/dependency-update-policy.md.
Implemented in #60.
Parent: #15
Related: #6, #20
Goal
Define the LibreCode policy for dependency-update, approval and auto-merge workflows before deciding whether they belong in the shared catalog.
Decisions
pull_request_targetworkflows must verify the actor and must not execute untrusted PR code with write credentials;Current workflow decisions
dependabot-approve-merge.yml: keep the existing Extract implementation local until it satisfies the shared actor and credential model.npm-audit-fix.yml: keep repository-local; remediation PR creation must not imply automatic approval/merge.The complete policy is documented in
docs/dependency-update-policy.md.Implemented in #60.