From b9ccbf06489b628388e1e2e21ed871abc50c1920 Mon Sep 17 00:00:00 2001 From: Parker Brown <17183625+parkerbxyz@users.noreply.github.com> Date: Mon, 13 Jun 2022 12:17:54 -0700 Subject: [PATCH] =?UTF-8?q?Change=20NPM=20version=20update=20interval=20(d?= =?UTF-8?q?aily=20=E2=86=92=20weekly)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Checking daily results in a lot of closed PRs because new PRs supersede them before they are reviewed and merged. --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 77b915da..a0670658 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,6 @@ updates: - package-ecosystem: 'npm' # Look for `package.json` and `lock` files in the `root` directory directory: '/' - # Check the npm registry for updates every day (weekdays) + # Check the npm registry for updates once a week (Monday) schedule: - interval: 'daily' + interval: 'weekly'