From 89b7b5f09c04832929e547276d5b3cd56a6c7cae Mon Sep 17 00:00:00 2001 From: Danny Lin Date: Sun, 14 Mar 2021 19:28:38 -0700 Subject: [PATCH] Revert "Create dependabot.yml" This reverts commit 462e8b785ffbf0e941a51c55ef685bfb2b13134f. While keeping everything up-to-date may be desirable, the npm ecosystem moves too fast for us to keep up with automatic updates without an automated testing system. Revert this in favor of only receiving alerts and PRs for security updates using the settings in the GitHub web interface. Signed-off-by: Danny Lin --- .github/dependabot.yml | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index e6016b7..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,7 +0,0 @@ -version: 2 -updates: -- package-ecosystem: npm - directory: "/" - schedule: - interval: daily - target-branch: master