Add npm dependabot (#3210)

Like mentioned
[there](https://github.com/MichMich/MagicMirror/pull/3207#issuecomment-1736181753)

I open an PR with npm dependabot (every monthly)

It might be interesting to have an overview every month

---------

Co-authored-by: Veeck <github@veeck.de>
This commit is contained in:
Bugsounet - Cédric
2023-09-27 23:43:13 +02:00
committed by GitHub
parent 6b204cda25
commit 9566d6c9a0
2 changed files with 7 additions and 0 deletions

View File

@@ -5,3 +5,9 @@ updates:
schedule:
interval: "weekly"
target-branch: "develop"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "monthly"
target-branch: "develop"