Skip to content

Commit

Permalink
feat: add dependabot for automatic dependency updates
Browse files Browse the repository at this point in the history
Added dependabot to the project. Upon activation, it will automatically submit pull requests (PRs) when outdated dependencies are identified in package.json files.
closes HITK-TECH-Community#842
  • Loading branch information
harmeetsingh11 committed Feb 13, 2024
1 parent d7f1a05 commit 3357c21
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: "npm"
directory:
- "frontend"
- "backend"
schedule:
interval: "weekly"

0 comments on commit 3357c21

Please sign in to comment.