GitHub-ReadMe icon indicating copy to clipboard operation
GitHub-ReadMe copied to clipboard

docs: add workflow to update dependencies

Open Anmol-Baranwal opened this issue 2 years ago • 2 comments

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 the GitHub Actions workflows.

  • labels: Assigns the label 📦 dependencies to 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 include chore(deps) as the prefix.

image

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 level section should be removed since it is not a good idea for new contributors and could potentially lead to confusion.

Anmol-Baranwal avatar Jun 07 '23 08:06 Anmol-Baranwal

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! 😀

github-actions[bot] avatar Jun 07 '23 08:06 github-actions[bot]

@praveenscience Could you please review this pull request :)

Anmol-Baranwal avatar Jun 08 '23 07:06 Anmol-Baranwal