add: dependabot to update npm packages

This commit is contained in:
Philip H 2023-02-18 17:08:26 +01:00
parent 73b1270c10
commit 9c45268904
No known key found for this signature in database
GPG Key ID: 0BFED814F16701B1
1 changed files with 11 additions and 0 deletions

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

@ -0,0 +1,11 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "npm"
directory: "/src"
schedule:
interval: "weekly"