chore(security): add Dependabot config for php-sdk
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
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: 0means 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
- CI passes on the PR
- Confirm Dependabot picks up the config on
main(Insights > Dependency graph > Dependabot) - Confirm no non-security PRs get opened (limit is 0)
- Confirm a security advisory affecting a Composer dependency produces a PR targeting
main
Rollback plan
Revert the merge commit that adds .github/dependabot.yml.
Breaking change?
No
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review PR #1 and the proposed .github/dependabot.yml configuration first. Validate the repository CI and the stated Dependabot checks, including security-only alerts, no routine version-bump PRs, and targeting main; the work is done when those checks pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- devops, security
- Issue type
- Feature
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 15/100