mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 04:45:17 +00:00
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:
committed by
GitHub
parent
6b204cda25
commit
9566d6c9a0
6
.github/dependabot.yaml
vendored
6
.github/dependabot.yaml
vendored
@@ -5,3 +5,9 @@ updates:
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
target-branch: "develop"
|
||||
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "monthly"
|
||||
target-branch: "develop"
|
||||
|
Reference in New Issue
Block a user