From 3bb96f4606859c3cbc69e76ef68b77669b0649fb Mon Sep 17 00:00:00 2001 From: Chris Barth Date: Mon, 5 Sep 2022 17:03:35 -0400 Subject: [PATCH] Reduce dependabot update frequency (#765) --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e9ecd051..f21ec9e5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,11 +8,11 @@ updates: - package-ecosystem: "npm" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "weekly" + interval: "monthly" # Always increase the version requirement # to match the new version. versioning-strategy: increase - package-ecosystem: "github-actions" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "weekly" + interval: "monthly"