Skip to content

Commit 3357c21

Browse files
feat: add dependabot for automatic dependency updates
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
1 parent d7f1a05 commit 3357c21

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "npm"
4+
directory:
5+
- "frontend"
6+
- "backend"
7+
schedule:
8+
interval: "weekly"

0 commit comments

Comments
 (0)