mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 03:39:55 +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:
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"
|
||||
|
@ -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 eventClass option for customEvents on the default calendar
|
||||
- Added AnimateCSS integration in tests suite (#3206)
|
||||
- Added npm dependabot [Reserved to developer] (#3210)
|
||||
- Added improved logging for calendar (#3110)
|
||||
|
||||
### Removed
|
||||
|
Loading…
x
Reference in New Issue
Block a user