mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-20 19:00:11 +00:00
Last check before release: * update to electron: v2.26.4 * update eslint-plugins-jest: v27.4.2 * renew `package-lock.json` * add dependabot to `vendor` and `fonts` directory (monthly check) --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
26 lines
512 B
YAML
26 lines
512 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
target-branch: "develop"
|
|
|
|
- package-ecosystem: "npm"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "monthly"
|
|
target-branch: "develop"
|
|
|
|
- package-ecosystem: "npm"
|
|
directory: "/vendor"
|
|
schedule:
|
|
interval: "monthly"
|
|
target-branch: "develop"
|
|
|
|
- package-ecosystem: "npm"
|
|
directory: "/fonts"
|
|
schedule:
|
|
interval: "monthly"
|
|
target-branch: "develop"
|