chore(security): add Dependabot config for php-sdk
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 15/100
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.
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
- Dominant language
- PHP
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
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.
Similar issues
-
priority: p3
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
googleapis/librarian#7636 ·
-
0. Needs triage bug
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
nextcloud/fulltextsearch#1011 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
phpstan/phpstan-doctrine#794 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
Automattic/static-site-importer#1767 ·