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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View File

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

View File

@ -22,6 +22,7 @@ _This release is scheduled to be released on 2023-10-01._
- Added automatic client page reload when server was restarted by setting `reloadAfterServerRestart: true` in `config.js`, per default `false` (#3105) - Added automatic client page reload when server was restarted by setting `reloadAfterServerRestart: true` in `config.js`, per default `false` (#3105)
- Added eventClass option for customEvents on the default calendar - Added eventClass option for customEvents on the default calendar
- Added AnimateCSS integration in tests suite (#3206) - Added AnimateCSS integration in tests suite (#3206)
- Added npm dependabot [Reserved to developer] (#3210)
- Added improved logging for calendar (#3110) - Added improved logging for calendar (#3110)
### Removed ### Removed