From c484f1986bcfa9d0727c82eebab5b85358897428 Mon Sep 17 00:00:00 2001 From: Daniel <30466471+daniel0611@users.noreply.github.com> Date: Wed, 27 Oct 2021 19:46:50 +0200 Subject: [PATCH] Enable dependabot for npm dependencies Closes #263 --- .github/dependabot.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5766c930c..cd3d130d0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,9 +4,8 @@ updates: directory: "/" schedule: interval: "daily" -### Issues with lerna stop us from auto-updating npm dependencies -### See: https://github.com/codeoverflow-org/nodecg-io/issues/263 -# - package-ecosystem: "npm" -# directory: "/" -# schedule: -# interval: "daily" + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly" + day: "saturday"