v0.5.0 - Dependabot auto-merge policy
Adds a Dependabot auto-merge policy workflow. Reduces weekly PR noise on safe bumps without giving up human review for the risky ones.
Policy
| Update | Action |
|---|---|
| Patch (any ecosystem, any dep type) | Auto-merge once CI green |
Minor — dev deps (ruff, mypy, pytest*) |
Auto-merge once CI green |
| Minor — GitHub Actions | Auto-merge once CI green |
Minor — runtime (mcp, httpx, pydantic, uvicorn) |
Manual review, workflow posts a comment |
| Major (any ecosystem) | Manual review, workflow posts a comment |
Setup
- Repo-level
Allow auto-mergeis now ON. - Workflow uses
dependabot/fetch-metadata@v2to introspect each bump. - Recommendation: enable branch protection on
mainrequiring the CI status checks so auto-merge waits for the matrix to pass.
Full changelog
https://github.com/VictorNain26/pexels-mcp-server/blob/v0.5.0/CHANGELOG.md