Change type
Standard — low-risk, pre-approved
Risk / impact
Low
Security impact
No — no security impact to application code. This change enables security tooling (Dependabot security-only alerts/PRs) but does not touch any runtime code, dependencies, or behavior.
Details — description & full context
Adds a security-only .github/dependabot.yml for this repo's Composer dependencies, modeled on the working TurboDocx/html-to-docx Dependabot config.
open-pull-requests-limit: 0 means Dependabot only surfaces real CVE/security-fix alerts and PRs — no routine version-bump noise.
- No code changes, no runtime impact.
- Part of a broader patch-duty tooling audit that found this repo had no automated security-patch coverage.
See PR #1 for the implementation.
Testing & validation
Rollback plan
Revert the merge commit that adds .github/dependabot.yml.
Breaking change?
No
Change type
Standard — low-risk, pre-approved
Risk / impact
Low
Security impact
No — no security impact to application code. This change enables security tooling (Dependabot security-only alerts/PRs) but does not touch any runtime code, dependencies, or behavior.
Details — description & full context
Adds a security-only
.github/dependabot.ymlfor this repo's Composer dependencies, modeled on the workingTurboDocx/html-to-docxDependabot config.open-pull-requests-limit: 0means Dependabot only surfaces real CVE/security-fix alerts and PRs — no routine version-bump noise.See PR #1 for the implementation.
Testing & validation
main(Insights > Dependency graph > Dependabot)mainRollback plan
Revert the merge commit that adds
.github/dependabot.yml.Breaking change?
No