PranabKumarSahoo / sql-dev-tools

A tool for SQL Developers, which empowering SQL developers with versatile functionalities and make their day-to-life tasks easy.
https://sql-dev-tool.web.app/
MIT License
14 stars 19 forks source link

feat: add dependabot for dependency updates #63

Closed harmeetsingh11 closed 9 months ago

harmeetsingh11 commented 9 months ago

Related Issue:

Fixes #62

Description:

This Pull Request addresses the need to automate the management of project dependencies for enhanced stability, security, and maintenance.

Changes Proposed:

  1. Dependabot Integration: Add Dependabot to the project.
  2. Automated Dependency Updates: Upon activation, Dependabot will automatically submit pull requests (PRs) when outdated dependencies are identified in our package.json file.

Benefits:

Checklist:

@PranabKumarSahoo please review this PR. Thanks