GitHub-ReadMe
GitHub-ReadMe copied to clipboard
docs: add workflow to update dependencies
Related Issue(s)
Closes #106
Working
-
package-ecosystem: Specifies that the package ecosystem is GitHub Actions. This indicates that Dependabot will manage the dependencies of theGitHub Actionsworkflows. -
labels: Assigns the label📦 dependenciesto the pull request created for dependency updates. -
directory: Sets the directory where the package.json file for GitHub Actions workflows is located. -
schedule: Sets the schedule for running dependency updates. In this case, it is set to run weekly. -
commit-message: Sets the prefix for the commit messages generated for dependency updates. It will includechore(deps)as the prefix.
In current state of the repository, this configuration is sufficient for the workflow.
Type of Change
- [ ] New Feature (Landing Page)
- [ ] New Feature (App)
- [ ] Bug (Landing Page)
- [ ] Bug (App)
- [ ] New Component (App)
- [ ] Enhancement
- [x] Documentation / ReadMe / Workflows
- Other (If not in above options):
Your Idea for Level (GSSoC)
- [ ] Level 1
- [x] Level 2
- [ ] Level 3
Additional Notes
The
levelsection should be removed since it is not a good idea for new contributors and could potentially lead to confusion.
Thank you, @Anmol-Baranwal, for creating this pull request and contributing to GitHub-ReadMe! 💗
Our review team will thoroughly review the pull request and will reach out to you soon! 😇 Please make sure you have marked all the completed tasks as done. ✅ We appreciate your patience and contribution! 😀
@praveenscience Could you please review this pull request :)