build(deps): Add NPM config to track updates

This commit is contained in:
Cotes Chung
2023-09-09 15:36:11 +08:00
parent 557de301fe
commit 6b9e9d089b
3 changed files with 28 additions and 0 deletions

10
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
versioning-strategy: increase
groups:
npm:
dependency-type: "production"
schedule:
interval: "weekly"