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

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"