SrijanShovit / carbonops-v2

https://carbonops-v2.vercel.app
MIT License
19 stars 46 forks source link

docs: update dependabot workflow to add commit message and proper label #232

Open Anmol-Baranwal opened 1 year ago

Anmol-Baranwal commented 1 year ago

Description

Current One:

version: 2
updates:
  # Update GitHub Actions and dependencies
  - package-ecosystem: "github-actions"
  - package-ecosystem: "npm"
    directory: "/"
    schedule:
      interval: "daily"

Firstly, it should have a proper commit prefix according to conventions, such as chore(deps). Additionally, it lacks a label, which could be helpful for someone looking at the PR, like 📦 dependencies.

Like this: (looks clean and according to conventions) image


I will add the changes with detailed instructions.

I will do this contribution under GSSoC'23. So, please assign me and I will make a PR.

SrijanShovit commented 1 year ago

Hello Anmol-Baranwal, thanks for opening a issue, your contribution is valuable to us. The maintainers will review this issue and provide feedback as soon as possible.