Add dependency-check.yml Workflow
Open
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 755
- Forks
- 128
- PR merge metrics
- No merged PRs in 30d
Description
Description
Set up a dependency-check.yml workflow for automated weekly dependency updates.
Tasks
- Create
.github/workflows/dependency-check.yml - Enable weekly checks for PHP (Composer) and JS (NPM) packages
- Configure creation of tracking issues
- Enable auto-merge for safe Dependabot updates
- Submit a PR adding the workflow
Goal
Keep dependencies up-to-date and maintain project security.
Contributor guide
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
Start with the requested .github/workflows/dependency-check.yml workflow and review how GitHub Actions configures weekly Composer and NPM dependency checks. Confirm the workflow creates tracking issues and enables auto-merge for safe Dependabot updates; done means the workflow is added and a pull request is submitted.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, javascript, php
- Domain
- ci-cd, devops, security
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100