From 9566d6c9a0589093d2bbcb3b31d00fce3235b133 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bugsounet=20-=20C=C3=A9dric?= Date: Wed, 27 Sep 2023 23:43:13 +0200 Subject: [PATCH] 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/dependabot.yaml | 6 ++++++ CHANGELOG.md | 1 + 2 files changed, 7 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 38ae723d..a77711e2 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -5,3 +5,9 @@ updates: schedule: interval: "weekly" target-branch: "develop" + + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "monthly" + target-branch: "develop" diff --git a/CHANGELOG.md b/CHANGELOG.md index c18ff3cb..fa849376 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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